Skip to content

Commit c73db56

Browse files
committed
upgrade to node 0.12.x
1 parent 1adc26f commit c73db56

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-getting-started",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A sample Node.js app using Express 4",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"express": "~4.9.x"
1111
},
1212
"engines": {
13-
"node": "0.10.x"
13+
"node": "0.12.x"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)