bump versions of node and express

main
Jon Mountjoy 7 years ago
parent 2e1ba6f4f3
commit 428f82652f

@ -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

@ -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"
}

@ -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",

Loading…
Cancel
Save