Skip to content

Commit

Permalink
Merge pull request #98 from sbolel/chore/lock-node-6-5
Browse files Browse the repository at this point in the history
chore(lock-node): locks node to 6.5 in package.json, circle.yml
  • Loading branch information
r-park committed Sep 21, 2016
2 parents 1a45441 + 3ee7758 commit cfa3bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
node:
version: 6.4
version: 6.5

dependencies:
pre:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">=5.11"
"node": ">=6.5"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --display-chunks --progress",
Expand Down

0 comments on commit cfa3bd1

Please sign in to comment.