Skip to content

Commit

Permalink
[test] update nyc to v15 to fix tests on windows
Browse files Browse the repository at this point in the history
nyc@<15 is broken on Windows (see istanbuljs/nyc#1205)
  • Loading branch information
raphinesse authored and ljharb committed Feb 7, 2020
1 parent 4ad8baf commit 350eab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-import": "2.x",
"linklocal": "^2.8.2",
"mocha": "^3.5.3",
"nyc": "^11.9.0",
"nyc": "^15.0.0",
"redux": "^3.7.2",
"rimraf": "^2.7.1",
"semver": "^6.3.0",
Expand Down

0 comments on commit 350eab9

Please sign in to comment.