Commit 246ac5e7 authored by NGPixel's avatar NGPixel

fix: package.json entry point

parent 4b027b13
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment