Remove path level so always use the latest node and npm

This commit is contained in:
Mark Pundsack 2013-10-22 19:04:42 -07:00
commit e543fcceed

View file

@ -10,8 +10,8 @@
"express": "~3.3.4"
},
"engines": {
"node": "0.10.21",
"npm": "1.3.11"
"node": "0.10.x",
"npm": "1.3.x"
},
"repository": {
"type": "git",