mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 13:54:12 +02:00
use latest versions of node and npm on heroku
This commit is contained in:
parent
48a4fff5fa
commit
f0a7d6b6cf
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "~3.3.4"
|
"express": "~3.3.4"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "0.10.13",
|
||||||
|
"npm": "1.3.2"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/heroku/node-js-sample"
|
"url": "https://github.com/heroku/node-js-sample"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue