Skip to content

Commit

Permalink
Merge pull request #92 from Turbo87/node-versions
Browse files Browse the repository at this point in the history
Declare Node version support (6+)
  • Loading branch information
Turbo87 committed Jun 16, 2018
2 parents d0115b1 + 519c876 commit 1e36c03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ cache:
directories:
- node_modules
node_js:
- '7'
- '6'
- '4'
- '8'
- '10'

env:
- JOB=test
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"tslint": "^5.10.0",
"typescript": "^2.9.2"
},
"engines": {
"node": ">=6"
},
"changelog": {
"repo": "lerna/lerna-changelog",
"labels": {
Expand Down

0 comments on commit 1e36c03

Please sign in to comment.