Skip to content

Commit

Permalink
Merge pull request #633 from Kronos-Integration/npm-template-sync/1
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 23, 2020
2 parents fbc879b + ef9f380 commit 8e7f3bf
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 @@ -4,7 +4,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 8e7f3bf

Please sign in to comment.