Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Update node/npm to new version
Browse files Browse the repository at this point in the history
Updates node to version 5.12 and npm to version whatever. Main point
was to update npm to version greater then 3 because of all the features
it adds at that point.
  • Loading branch information
Marco Segreto committed Jul 12, 2016
1 parent ad3e187 commit d83620f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
4.2.3
5.12
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Learn more about [cloud.gov](https://cloud.gov).
- `Go` (version 1.6.2)

### Front end application [![JS Code Coverage Status](https://coveralls.io/repos/18F/cg-deck/badge.svg?branch=master&service=github)](https://coveralls.io/repos/18F/cg-deck/badge.svg?branch=master&service=github)
- `Node` (version 4.2.3)
- `Node` (version 5.12.0)
- `React` (version ^0.14.0)

## Setup
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,8 +2,8 @@
"name": "cloudgov-dashboard",
"version": "1.0.0",
"engines": {
"node": "4.2.3",
"npm": "2.14.x"
"node": "5.12.x",
"npm": "3.8.x"
},
"description": "A web dashboard for managing Cloud Foundry apps",
"main": "null",
Expand Down

0 comments on commit d83620f

Please sign in to comment.