fix: package.json entry point
This commit is contained in:
parent
4b027b137b
commit
246ac5e726
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user