Settings page UI + npm installation fixes
Showing
This diff is collapsed.
Click to expand it.
| { | { | ||
| "name": "wiki", | "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", | "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", | ||
| "main": "server.js", | "main": "server.js", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -11,6 +11,9 @@ | ... | @@ -11,6 +11,9 @@ |
| "snyk-protect": "snyk protect", | "snyk-protect": "snyk protect", | ||
| "__prepublish": "npm run snyk-protect" | "__prepublish": "npm run snyk-protect" | ||
| }, | }, | ||
| "bin": { | |||
| "wiki": "wiki.js" | |||
| }, | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/Requarks/wiki.git" | "url": "git+https://github.com/Requarks/wiki.git" | ||
| ... | ... |
Please
register
or
sign in
to comment