Skip to content

Commit

Permalink
😒 Bump Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Oct 14, 2016
1 parent 088e941 commit e1f7a17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.7
v6
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '5.7'
- '6'

#########################
## Setup
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"tap-diff": "^0.1.1"
},
"engines": {
"node": "5.7",
"npm": "^3.6"
"node": "^6"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit e1f7a17

Please sign in to comment.