feat: heroku compatibility

This commit is contained in:
Nick
2019-06-01 21:38:21 -04:00
parent e49cb03882
commit 9f58a08fcb
5 changed files with 9 additions and 24 deletions
+1 -4
View File
@@ -6,14 +6,11 @@
"main": "wiki.js",
"scripts": {
"start": "node server",
"dev": "node wiki dev",
"dev": "node dev",
"build": "webpack --profile --config dev/webpack/webpack.prod.js",
"watch": "webpack --config dev/webpack/webpack.dev.js",
"test": "eslint --format codeframe --ext .js,.vue . && pug-lint server/views && jest"
},
"bin": {
"wiki": "wiki.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Requarks/wiki.git"