From aed326c21fc2d610f07490819c1790f8ca36b575 Mon Sep 17 00:00:00 2001 From: "Glitch (hello-express)" Date: Wed, 21 Mar 2018 18:08:46 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=F0=9F=91=B5=20Checkpoint=20./packa?= =?UTF-8?q?ge.json:96831/1389?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 11 +++++------ shrinkwrap.yaml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8c46ac9..f455b4f 100644 --- a/package.json +++ b/package.json @@ -2,22 +2,21 @@ "//1": "describes your app and its dependencies", "//2": "https://docs.npmjs.com/files/package.json", "//3": "updating this file will download and update your packages", - - "name": "my-glitch-app", + "name": "hello-express", "version": "0.0.1", - "description": "What am I about?", + "description": "A simple Node app built on Express, instantly up and running.", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { - "express": "^4.16.2" + "express": "^4.16.3" }, "engines": { "node": "8.x" }, "repository": { - "url": "https://glitch.com/edit/#!/welcome-project" + "url": "https://glitch.com/edit/#!/hello-express" }, "license": "MIT", "keywords": [ @@ -25,4 +24,4 @@ "glitch", "express" ] -} +} \ No newline at end of file diff --git a/shrinkwrap.yaml b/shrinkwrap.yaml index 215548f..d109197 100644 --- a/shrinkwrap.yaml +++ b/shrinkwrap.yaml @@ -365,4 +365,4 @@ registry: 'https://registry.npmjs.org/' shrinkwrapMinorVersion: 4 shrinkwrapVersion: 3 specifiers: - express: ^4.16.2 + express: ^4.16.3