We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c8b2b commit 0f654beCopy full SHA for 0f654be
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "node-js-getting-started",
3
- "version": "0.1.0",
+ "version": "0.1.2",
4
"description": "A sample Node.js app using Express 4",
5
"main": "index.js",
6
"scripts": {
7
"start": "node index.js"
8
},
9
"dependencies": {
10
- "express": "~3.4.x"
+ "express": "~4.9.x"
11
12
"engines": {
13
"node": "0.10.x"
@@ -21,9 +21,5 @@
21
"heroku",
22
"express"
23
],
24
- "author": "Mark Pundsack",
25
- "contributors": [
26
- "Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)"
27
- ],
28
"license": "MIT"
29
}
0 commit comments