Skip to content

Commit 1f187b1

Browse files
clydinZhicheng Wang
authored and
Zhicheng Wang
committed
refactor(test): remove unused remap-istanbul dependency (angular#4407)
1 parent f447b9e commit 1f187b1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"postcss-loader": "^0.9.1",
8585
"raw-loader": "^0.5.1",
8686
"reflect-metadata": "^0.1.8",
87-
"remap-istanbul": "^0.6.4",
8887
"resolve": "^1.1.7",
8988
"rimraf": "^2.5.3",
9089
"rsvp": "^3.0.17",

packages/@angular/cli/models/webpack-configs/test.js

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const ProgressPlugin = require('webpack/lib/ProgressPlugin');
2020
* require('source-map-loader')
2121
* require('sourcemap-istanbul-instrumenter-loader')
2222
*
23-
* require('remap-istanbul')
2423
*/
2524

2625

packages/@angular/cli/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"portfinder": "1.0.9",
7373
"postcss-loader": "^0.9.1",
7474
"raw-loader": "^0.5.1",
75-
"remap-istanbul": "^0.6.4",
7675
"resolve": "^1.1.7",
7776
"rimraf": "^2.5.3",
7877
"rsvp": "^3.0.17",

0 commit comments

Comments
 (0)