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 ## 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 ```sh
$ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork $ 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", "description": "A barebones Node.js app using Express 4",
"repository": "https://github.com/heroku/node-js-getting-started", "repository": "https://github.com/heroku/node-js-getting-started",
"logo": "http://node-js-sample.herokuapp.com/node.svg", "logo": "http://node-js-sample.herokuapp.com/node.svg",
"keywords": ["node", "express", "static"], "keywords": ["node", "express", "heroku"],
"image": "heroku/nodejs" "image": "heroku/nodejs"
} }

@ -1,17 +1,17 @@
{ {
"name": "node-js-getting-started", "name": "node-js-getting-started",
"version": "0.2.5", "version": "0.2.6",
"description": "A sample Node.js app using Express 4", "description": "A sample Node.js app using Express 4",
"engines": { "engines": {
"node": "5.9.1" "node": "6.10.2"
}, },
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"
}, },
"dependencies": { "dependencies": {
"ejs": "2.4.1", "ejs": "2.5.6",
"express": "4.13.3" "express": "4.15.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save