Skip to content

Commit

Permalink
chore(package): add ^7.0.1 remove ^7.0.0 (devDependencies.c8)
Browse files Browse the repository at this point in the history
chore(package): add ^16.0.2 remove ^16.0.1 (devDependencies.semantic-release)
chore(travis): (jobs.include)
chore(travis): add 13.7.0 remove 13.6.0 (jobs.include.node_js)
chore(travis): (script)
  • Loading branch information
arlac77 committed Jan 22, 2020
1 parent 990723d commit 43e0765
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.1
- 13.6.0
- 13.7.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,11 +35,11 @@
},
"devDependencies": {
"ava": "^2.4.0",
"c8": "^7.0.0",
"c8": "^7.0.1",
"documentation": "^12.1.4",
"esm": "^3.2.25",
"markdown-doctest": "^1.0.0",
"semantic-release": "^16.0.1"
"semantic-release": "^16.0.2"
},
"engines": {
"node": ">=12.14.1"
Expand Down

0 comments on commit 43e0765

Please sign in to comment.