Skip to content

Commit 479ba2a

Browse files
committed
build(@angular/cli): update sourcemap-istanbul-instrumenter-loader
Thanks to @deepsweet for the license update! Followup from webpack-contrib/istanbul-instrumenter-loader#39 Partially address angular#3884
1 parent 488185b commit 479ba2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"silent-error": "^1.0.0",
9292
"source-map": "^0.5.6",
9393
"source-map-loader": "^0.1.5",
94-
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",
94+
"sourcemap-istanbul-instrumenter-loader": "^2.0.0",
9595
"style-loader": "^0.13.1",
9696
"stylus": "^0.54.5",
9797
"stylus-loader": "^2.4.0",

packages/@angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"semver": "^5.1.0",
7373
"silent-error": "^1.0.0",
7474
"source-map-loader": "^0.1.5",
75-
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",
75+
"sourcemap-istanbul-instrumenter-loader": "^2.0.0",
7676
"style-loader": "^0.13.1",
7777
"stylus": "^0.54.5",
7878
"stylus-loader": "^2.4.0",

0 commit comments

Comments
 (0)