Settings page UI + npm installation fixes
Showing
This diff is collapsed.
Click to expand it.
{ | ||
"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" | ||
... | ... |
Please
register
or
sign in
to comment