Skip to content

Commit

Permalink
fix: stop bundling istanbul-lib-instrument due to npm issue on Node 6 (
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 3, 2018
1 parent b4c325b commit ddc9331
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -5,7 +5,6 @@ environment:
- nodejs_version: '6'
install:
- ps: Install-Product node $env:nodejs_version
- npm i npm@5 -g
- set PATH=%APPDATA%\npm;%PATH%
- set CI=true
- npm config set progress=false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,6 +85,7 @@
"glob": "^7.0.6",
"istanbul-lib-coverage": "^1.2.0",
"istanbul-lib-hook": "^1.1.0",
"istanbul-lib-instrument": "^2.1.0",
"istanbul-lib-report": "^1.1.3",
"istanbul-lib-source-maps": "^1.2.5",
"istanbul-reports": "^1.4.1",
Expand Down Expand Up @@ -139,7 +140,6 @@
"glob",
"istanbul-lib-coverage",
"istanbul-lib-hook",
"istanbul-lib-instrument",
"istanbul-lib-report",
"istanbul-lib-source-maps",
"istanbul-reports",
Expand Down

0 comments on commit ddc9331

Please sign in to comment.