Skip to content

Commit

Permalink
fix: Deprecated support for nodejs 6 (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl authored Jan 21, 2019
1 parent b93cdf7 commit e5a73d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ os:
- windows

node_js:
- '6'
- '8'
- '10'

Expand All @@ -15,8 +14,6 @@ node_js:
matrix:
fast_finish: true
exclude:
- node_js: '6'
os: windows
- node_js: '8'
os: windows

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A command line tool to help build, run, and test web extensions",
"main": "dist/web-ext.js",
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"engine-strict": true,
"bin": {
Expand Down

0 comments on commit e5a73d9

Please sign in to comment.