Skip to content

Commit ddc9331

Browse files
authored
fix: stop bundling istanbul-lib-instrument due to npm issue on Node 6 (#854)
1 parent b4c325b commit ddc9331

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ environment:
55
- nodejs_version: '6'
66
install:
77
- ps: Install-Product node $env:nodejs_version
8-
- npm i npm@5 -g
98
- set PATH=%APPDATA%\npm;%PATH%
109
- set CI=true
1110
- npm config set progress=false

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"glob": "^7.0.6",
8686
"istanbul-lib-coverage": "^1.2.0",
8787
"istanbul-lib-hook": "^1.1.0",
88+
"istanbul-lib-instrument": "^2.1.0",
8889
"istanbul-lib-report": "^1.1.3",
8990
"istanbul-lib-source-maps": "^1.2.5",
9091
"istanbul-reports": "^1.4.1",
@@ -139,7 +140,6 @@
139140
"glob",
140141
"istanbul-lib-coverage",
141142
"istanbul-lib-hook",
142-
"istanbul-lib-instrument",
143143
"istanbul-lib-report",
144144
"istanbul-lib-source-maps",
145145
"istanbul-reports",

0 commit comments

Comments
 (0)