mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 13:54:12 +02:00
upgrade express dependency
This commit is contained in:
parent
89c8b2b7e4
commit
0f654be0c7
1 changed files with 2 additions and 6 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "node-js-getting-started",
|
"name": "node-js-getting-started",
|
||||||
"version": "0.1.0",
|
"version": "0.1.2",
|
||||||
"description": "A sample Node.js app using Express 4",
|
"description": "A sample Node.js app using Express 4",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "~3.4.x"
|
"express": "~4.9.x"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.10.x"
|
"node": "0.10.x"
|
||||||
|
|
@ -21,9 +21,5 @@
|
||||||
"heroku",
|
"heroku",
|
||||||
"express"
|
"express"
|
||||||
],
|
],
|
||||||
"author": "Mark Pundsack",
|
|
||||||
"contributors": [
|
|
||||||
"Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)"
|
|
||||||
],
|
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue