fix: package.json entry point

This commit is contained in:
NGPixel 2017-07-21 17:40:26 -04:00
parent 4b027b137b
commit 246ac5e726

View File

@ -2,7 +2,7 @@
"name": "wiki",
"version": "1.0.0-beta.14",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "server.js",
"main": "wiki.js",
"scripts": {
"start": "node wiki start",
"stop": "node wiki stop",