Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
fix(build): Remove Node 6 from supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Dec 4, 2017
1 parent 6899f9b commit c4b0cdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ node_js:
- '9'
- '8'
- '6'
- '4'
after_success:
- npm run semantic-release
branches:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"license": "MIT",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"devDependencies": {
"@types/jest": "^19.2.4",
Expand Down

0 comments on commit c4b0cdc

Please sign in to comment.