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

Commit e543fcc

Browse files
author
Mark Pundsack
committed
Remove path level so always use the latest node and npm
1 parent 42d56bf commit e543fcc

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
@@ -10,8 +10,8 @@
1010
"express": "~3.3.4"
1111
},
1212
"engines": {
13-
"node": "0.10.21",
14-
"npm": "1.3.11"
13+
"node": "0.10.x",
14+
"npm": "1.3.x"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)