Skip to content

Commit

Permalink
Merge 0dd0f78 into 915e57e
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Feb 9, 2020
2 parents 915e57e + 0dd0f78 commit bbc88aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
include:
- stage: test
node_js:
- 12.14.1
- 13.7.0
- 12.15.0
- 13.8.0
script:
- npm run cover
- npx codecov
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
},
"devDependencies": {
"ava": "^2.4.0",
"c8": "^7.0.1",
"c8": "^7.1.0",
"documentation": "^12.1.4",
"esm": "^3.2.25",
"semantic-release": "^17.0.2"
},
"engines": {
"node": ">=13.7.0"
"node": ">=13.8.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bbc88aa

Please sign in to comment.