Skip to content

Commit

Permalink
Merge pull request #919 from Kronos-Integration/npm-template-sync/1
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 22, 2020
2 parents 30d2471 + 67bcdbc commit c77d25c
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 @@ -41,13 +41,13 @@
},
"devDependencies": {
"ava": "^2.4.0",
"c8": "^7.0.0",
"c8": "^7.0.1",
"documentation": "^12.1.4",
"esm": "^3.2.25",
"got": "^10.2.1",
"markdown-doctest": "^1.0.0",
"network-address": "^1.1.2",
"semantic-release": "^16.0.1"
"semantic-release": "^16.0.2"
},
"engines": {
"node": ">=12.14.1"
Expand Down

0 comments on commit c77d25c

Please sign in to comment.