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

Commit 2ae941a

Browse files
author
Mark Pundsack
committed
Upgrade to Node 0.12
1 parent 97a7c5c commit 2ae941a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)