changes for heroku: "engines": {"node": "0.8.x","npm": "1.1.x"} - note, this will be a merge conflict on the private branch
This commit is contained in:
+2
-1
@@ -26,6 +26,7 @@
|
||||
"start": "server.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.6.x"
|
||||
"node": "0.8.x",
|
||||
"npm": "1.1.x"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user