aed326c2 by Glitch (hello-express)

:nail_care::older_woman: Checkpoint

./package.json:96831/1389
1 parent 5df1f858
...@@ -2,22 +2,21 @@ ...@@ -2,22 +2,21 @@
2 "//1": "describes your app and its dependencies", 2 "//1": "describes your app and its dependencies",
3 "//2": "https://docs.npmjs.com/files/package.json", 3 "//2": "https://docs.npmjs.com/files/package.json",
4 "//3": "updating this file will download and update your packages", 4 "//3": "updating this file will download and update your packages",
5 5 "name": "hello-express",
6 "name": "my-glitch-app",
7 "version": "0.0.1", 6 "version": "0.0.1",
8 "description": "What am I about?", 7 "description": "A simple Node app built on Express, instantly up and running.",
9 "main": "server.js", 8 "main": "server.js",
10 "scripts": { 9 "scripts": {
11 "start": "node server.js" 10 "start": "node server.js"
12 }, 11 },
13 "dependencies": { 12 "dependencies": {
14 "express": "^4.16.2" 13 "express": "^4.16.3"
15 }, 14 },
16 "engines": { 15 "engines": {
17 "node": "8.x" 16 "node": "8.x"
18 }, 17 },
19 "repository": { 18 "repository": {
20 "url": "https://glitch.com/edit/#!/welcome-project" 19 "url": "https://glitch.com/edit/#!/hello-express"
21 }, 20 },
22 "license": "MIT", 21 "license": "MIT",
23 "keywords": [ 22 "keywords": [
...@@ -25,4 +24,4 @@ ...@@ -25,4 +24,4 @@
25 "glitch", 24 "glitch",
26 "express" 25 "express"
27 ] 26 ]
28 } 27 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -365,4 +365,4 @@ registry: 'https://registry.npmjs.org/' ...@@ -365,4 +365,4 @@ registry: 'https://registry.npmjs.org/'
365 shrinkwrapMinorVersion: 4 365 shrinkwrapMinorVersion: 4
366 shrinkwrapVersion: 3 366 shrinkwrapVersion: 3
367 specifiers: 367 specifiers:
368 express: ^4.16.2 368 express: ^4.16.3
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!