Skip to content

Commit

Permalink
chore(package): documentation@^11.0.0
Browse files Browse the repository at this point in the history
chore(scripts): cover@#overwrite c8 --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp
chore(travis): remove node versions 12.1.0
chore(travis): add node versions -10,-11,-12,12.2.0
  • Loading branch information
arlac77 committed May 9, 2019
1 parent 4eed39d commit 8bdd76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 10.15.3
- 12.1.0
- 12.2.0
cache: npm
jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"ava": "^1.4.1",
"c8": "^4.1.4",
"documentation": "^10.1.0",
"documentation": "^11.0.0",
"esm": "^3.2.22",
"markdown-doctest": "^0.9.1",
"semantic-release": "^15.13.12"
Expand Down

0 comments on commit 8bdd76c

Please sign in to comment.