mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 22:04:06 +02:00
Remove path level so always use the latest node and npm
This commit is contained in:
parent
42d56bfb3f
commit
e543fcceed
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue