Settings page UI + npm installation fixes

This commit is contained in:
NGPixel
2017-02-19 16:13:51 -05:00
parent f311d74a08
commit b2e693b1e4
10 changed files with 148 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wiki",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "server.js",
"scripts": {
@@ -11,6 +11,9 @@
"snyk-protect": "snyk protect",
"__prepublish": "npm run snyk-protect"
},
"bin": {
"wiki": "wiki.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Requarks/wiki.git"