mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-27 16:00:04 +08:00
Merge pull request #23 from discipolo/specify_npm_version
specifying-an-npm-version since heroku complains
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