mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-10 00:30:34 +08:00
specifying-an-npm-version since heroku complains
https://devcenter.heroku.com/articles/nodejs-support#specifying-an-npm-version
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@
|
||||
"sqlite3": "~2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.x"
|
||||
"node": "0.10.x",
|
||||
"npm": "3.3.5"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
|
||||
Reference in New Issue
Block a user