Skip to content

Commit

Permalink
fix(deps): use latest nyc
Browse files Browse the repository at this point in the history
this fixes istanbuljs/nyc#921 FINALLY
  • Loading branch information
jerem committed Feb 20, 2020
1 parent 6dac3dc commit 5bcf656
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
include:
- script:
- yarn build:all
- npm run coverage
- yarn coverage
- yarn run codecov
name: "Coverage"
- script: yarn karma --browsers ChromeWindows10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "4.0.2",
"mocha": "6.2.0",
"nyc": "14.1.1",
"nyc": "15.0.0",
"rollup": "1.31.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-flow": "1.1.1",
Expand Down

0 comments on commit 5bcf656

Please sign in to comment.