Skip to content

Commit

Permalink
Merge f84ae70 into 8f363c4
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 22, 2019
2 parents 8f363c4 + f84ae70 commit a78db63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- stage: test
node_js:
- 12.14.0
- 13.4.0
- 13.5.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 @@ -35,12 +35,12 @@
},
"devDependencies": {
"ava": "^2.4.0",
"c8": "^6.0.1",
"c8": "^7.0.0",
"documentation": "^12.1.4",
"esm": "^3.2.25",
"got": "^10.1.0",
"markdown-doctest": "^1.0.0",
"semantic-release": "^15.13.31"
"semantic-release": "^15.14.0"
},
"engines": {
"node": ">=12.14.0"
Expand Down

0 comments on commit a78db63

Please sign in to comment.