Skip to content

Commit

Permalink
drop support for older versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeatty committed Oct 18, 2016
1 parent b84ed61 commit c40b5d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- 0.10
- 0.12
- 4
- 6
- 7
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@
"devDependencies": {
"babel": "5.8.23",
"coveralls": "^2.11.9",
"lab": "5.17.0",
"lab": "11.1.0",
"semver": "5.3.0",
"should": "7.1.0",
"should": "11.1.1",
"sinon": "1.17.6",
"standard": "5.3.0",
"standard": "8.4.0",
"standard-markdown": "2.2.0"
},
"dependencies": {}
"dependencies": {},
"engines": {
"node": ">=4.6.0"
}
}

0 comments on commit c40b5d7

Please sign in to comment.