Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit f0a7d6b

Browse files
committed
use latest versions of node and npm on heroku
1 parent 48a4fff commit f0a7d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"dependencies": {
1010
"express": "~3.3.4"
1111
},
12+
"engines": {
13+
"node": "0.10.13",
14+
"npm": "1.3.2"
15+
},
1216
"repository": {
1317
"type": "git",
1418
"url": "https://github.com/heroku/node-js-sample"

0 commit comments

Comments
 (0)