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

Commit 452bb47

Browse files
author
Mark Pundsack
committed
Merge pull request #76 from heroku/twelve
Upgrade to Node 0.12
2 parents 97a7c5c + 7410e01 commit 452bb47

File tree

2 files changed

+223
-2
lines changed

2 files changed

+223
-2
lines changed

npm-shrinkwrap.json

Lines changed: 221 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-js-sample",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A sample Node.js app using Express 4",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"express": "^4.0.0"
1111
},
1212
"engines": {
13-
"node": "0.10.x"
13+
"node": "0.12.x"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)