npm installation feature

This commit is contained in:
NGPixel
2017-02-14 20:48:39 -05:00
parent ab32c95233
commit e0bb77efbb
5 changed files with 73 additions and 19 deletions

View File

@@ -1,12 +1,11 @@
{
"name": "wiki.js",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js",
"scripts": {
"test": "exit 1",
"install": "node install.js",
"preuninstall": "node uninstall.js"
"postinstall": "node install.js"
},
"repository": {
"type": "git",