Skip to content

Commit

Permalink
Merge pull request #128 from Snugug/feature/node6
Browse files Browse the repository at this point in the history
😒 Bump Node version
  • Loading branch information
scottnath authored Oct 14, 2016
2 parents 088e941 + e1f7a17 commit d334e1c
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 d334e1c

Please sign in to comment.