We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c325b commit ddc9331Copy full SHA for ddc9331
appveyor.yml
@@ -5,7 +5,6 @@ environment:
5
- nodejs_version: '6'
6
install:
7
- ps: Install-Product node $env:nodejs_version
8
- - npm i npm@5 -g
9
- set PATH=%APPDATA%\npm;%PATH%
10
- set CI=true
11
- npm config set progress=false
package.json
@@ -85,6 +85,7 @@
85
"glob": "^7.0.6",
86
"istanbul-lib-coverage": "^1.2.0",
87
"istanbul-lib-hook": "^1.1.0",
88
+ "istanbul-lib-instrument": "^2.1.0",
89
"istanbul-lib-report": "^1.1.3",
90
"istanbul-lib-source-maps": "^1.2.5",
91
"istanbul-reports": "^1.4.1",
@@ -139,7 +140,6 @@
139
140
"glob",
141
"istanbul-lib-coverage",
142
"istanbul-lib-hook",
- "istanbul-lib-instrument",
143
"istanbul-lib-report",
144
"istanbul-lib-source-maps",
145
"istanbul-reports",
0 commit comments