Browse Source

fix: package.json entry point

NGPixel 7 years ago
parent
commit
246ac5e726
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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",