Merge pull request #18 from coralproject/version-bump

Bumped version of node to 7.0.0
This commit is contained in:
David Erwin
2016-11-04 17:37:39 -04:00
committed by GitHub
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node
FROM node:7
# Create app directory
RUN mkdir -p /usr/src/app
+1 -1
View File
@@ -1,6 +1,6 @@
machine:
node:
version: 6
version: 7
services:
- docker
+3
View File
@@ -84,5 +84,8 @@
"webpack-hot-middleware": "^2.12.2",
"webpack-module-hot-accept": "^1.0.4",
"whatwg-fetch": "^1.0.0"
},
"engines": {
"node": ">=7.0.0"
}
}