Skip to content

Commit

Permalink
Add Node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rabinowitz committed Jul 26, 2018
1 parent 2b63eff commit cce182b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- '6'
- '8'
- '10'
before_script:
- yarn run dist-test
script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tape": "^4.8.0"
},
"engines": {
"node": ">=4 <10",
"node": ">=4",
"npm": ">=3",
"yarn": ">=1.3.0"
}
Expand Down

0 comments on commit cce182b

Please sign in to comment.