Skip to content

Commit

Permalink
Drop support for Node.js <= 4 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas authored and SamVerschueren committed May 14, 2018
1 parent 5880368 commit b3d4abe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ node_js:
- '10'
- '8'
- '6'
- '4'
after_script:
- './node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov'
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ environment:
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "github.com/SamVerschueren"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"test": "clinton && xo && nyc ava",
Expand Down Expand Up @@ -65,7 +65,7 @@
"nyc": "^8.3.2",
"pre-commit": "^1.2.2",
"split": "^1.0.1",
"xo": "^0.20.3",
"xo": "*",
"zen-observable": "^0.3.0"
},
"lint-staged": {
Expand Down

0 comments on commit b3d4abe

Please sign in to comment.