specifying-an-npm-version since heroku complains

https://devcenter.heroku.com/articles/nodejs-support#specifying-an-npm-version
This commit is contained in:
discipolo
2015-10-01 22:39:36 +02:00
parent b5f5774722
commit 8ad24f3a57
+2 -1
View File
@@ -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",