Skip to content

Commit

Permalink
Update node engines (>=4)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Mar 3, 2017
1 parent 0daa9c2 commit fe83cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ notifications:
on_failure: change

node_js:
- "0.12"
- "4"
- "stable"

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
},
"license": "MIT",
"readmeFilename": "Readme.md",
"engines": {
"node": ">=4"
},
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "^0.4.5",
Expand Down

0 comments on commit fe83cec

Please sign in to comment.