From ddc9331f47a1a251b98515b9a2412688f38b24a1 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sun, 3 Jun 2018 13:36:33 -0700 Subject: [PATCH] fix: stop bundling istanbul-lib-instrument due to npm issue on Node 6 (#854) --- appveyor.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2948318e8..de0e5ffc8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/package.json b/package.json index 8fe2dc04a..4932ed164 100644 --- a/package.json +++ b/package.json @@ -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", @@ -139,7 +140,6 @@ "glob", "istanbul-lib-coverage", "istanbul-lib-hook", - "istanbul-lib-instrument", "istanbul-lib-report", "istanbul-lib-source-maps", "istanbul-reports",