Skip to content

Commit

Permalink
Merge 2048980 into 81cb337
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Feb 9, 2020
2 parents 81cb337 + 2048980 commit fa18f7c
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 @@ -12,8 +12,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 @@ -36,13 +36,13 @@
},
"devDependencies": {
"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 fa18f7c

Please sign in to comment.