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

Commit 01262b6

Browse files
author
Mark Pundsack
committed
Update node to 4.0.0 and express to 4.13.3
1 parent ca54ef4 commit 01262b6

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
@@ -7,10 +7,10 @@
77
"start": "node index.js"
88
},
99
"dependencies": {
10-
"express": "^4.0.0"
10+
"express": "^4.13.3"
1111
},
1212
"engines": {
13-
"node": "0.12.2"
13+
"node": "4.0.0"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)