Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
remove node < 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgolonka committed Aug 23, 2018
1 parent d311465 commit 8271c14
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 @@ -3,7 +3,6 @@ node_js:
- '8.11.4'
- '6.14.4'
- '5.6.0'
- '0.12'
#deploy:
# provider: npm
# email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Jakub Wasilewski <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=0.12"
"node": ">=5"
},
"dependencies": {
"@schibstedpl/circuit-breaker-js": "0.0.2",
Expand Down

0 comments on commit 8271c14

Please sign in to comment.