Skip to content

Commit

Permalink
Merge pull request #683 from Kronos-Integration/npm-template-sync/arl…
Browse files Browse the repository at this point in the history
…ac77/npm-package-template-kronos-module

merge from arlac77/npm-package-template-kronos-module
  • Loading branch information
arlac77 committed Feb 9, 2020
2 parents e2eec0d + 8bad1ba commit a23a797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ doc
.travis.yml
.vscode
.DS_Store
.markdown-doctest-setup.js
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,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 @@ -35,13 +35,13 @@
"devDependencies": {
"@kronos-integration/test-interceptor": "^7.0.0",
"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 a23a797

Please sign in to comment.