From 428f82652f2580fe8d064ded19cb2086b39ed344 Mon Sep 17 00:00:00 2001 From: Jon Mountjoy Date: Tue, 11 Apr 2017 13:18:04 +0200 Subject: [PATCH] bump versions of node and express --- README.md | 2 +- app.json | 2 +- package.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e37a79c..0567cf5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This application supports the [Getting Started with Node on Heroku](https://devc ## Running Locally -Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed. +Make sure you have [Node.js](http://nodejs.org/) and the [Heroku CLI](https://cli.heroku.com/) installed. ```sh $ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork diff --git a/app.json b/app.json index 58ca7e2..74d9743 100644 --- a/app.json +++ b/app.json @@ -3,6 +3,6 @@ "description": "A barebones Node.js app using Express 4", "repository": "https://github.com/heroku/node-js-getting-started", "logo": "http://node-js-sample.herokuapp.com/node.svg", - "keywords": ["node", "express", "static"], + "keywords": ["node", "express", "heroku"], "image": "heroku/nodejs" } diff --git a/package.json b/package.json index 6a68eca..d4862ea 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "node-js-getting-started", - "version": "0.2.5", + "version": "0.2.6", "description": "A sample Node.js app using Express 4", "engines": { - "node": "5.9.1" + "node": "6.10.2" }, "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { - "ejs": "2.4.1", - "express": "4.13.3" + "ejs": "2.5.6", + "express": "4.15.2" }, "repository": { "type": "git",