Skip to content

Commit

Permalink
fix(node): support Node.js 8.x or newer
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Support Node.js 8.x or newer, Transitive Dependency ip-regex@3.0.0
supports node ">=8".
  • Loading branch information
JamieMason committed Jan 11, 2019
1 parent 23b02e3 commit c71009e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ language: node_js
matrix:
fast_finish: true
node_js:
- 8.9.0
- 10.13.0
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 >
./codeclimate-test-reporter
- curl -L
https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
> ./codeclimate-test-reporter
- chmod +x ./codeclimate-test-reporter
- ./codeclimate-test-reporter before-build
- npm run build
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"tslint": "5.12.1",
"typescript": "3.2.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"dist"
],
Expand Down

0 comments on commit c71009e

Please sign in to comment.