Browse Source

fix: package.json entry point

pull/172/head
NGPixel 7 years ago
parent
commit
246ac5e726
1 changed files with 1 additions and 1 deletions
  1. 2
      package.json

2
package.json

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

|||||||
100:0
Loading…
Cancel
Save