File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Istanbul code coverage loader for Webpack
7
7
[ ![ Coverage Status] ( https://coveralls.io/repos/github/JS-DevTools/coverage-istanbul-loader/badge.svg?branch=master )] ( https://coveralls.io/github/JS-DevTools/coverage-istanbul-loader?branch=master )
8
8
[ ![ Dependencies] ( https://david-dm.org/JS-DevTools/coverage-istanbul-loader.svg )] ( https://david-dm.org/JS-DevTools/coverage-istanbul-loader )
9
9
10
- [ ![ npm] ( https://img.shields.io/npm/v/coverage-istanbul-loader.svg?maxAge=43200 )] ( https://www.npmjs.com/package/coverage-istanbul-loader )
11
- [ ![ License] ( https://img.shields.io/npm/l/coverage-istanbul-loader.svg?maxAge=2592000 )] ( LICENSE )
10
+ [ ![ npm] ( https://img.shields.io/npm/v/@jsdevtools/ coverage-istanbul-loader.svg?maxAge=43200 )] ( https://www.npmjs.com/package/@jsdevtools /coverage-istanbul-loader )
11
+ [ ![ License] ( https://img.shields.io/npm/l/@jsdevtools/ coverage-istanbul-loader.svg?maxAge=2592000 )] ( LICENSE )
12
12
13
13
14
14
Original file line number Diff line number Diff line change 7
7
},
8
8
"license" : " MIT" ,
9
9
"devDependencies" : {
10
- "coverage-istanbul-loader" : " ^0.1 .0" ,
10
+ "@jsdevtools/ coverage-istanbul-loader" : " ^3.0 .0" ,
11
11
"webpack" : " ^4.29.0" ,
12
12
"webpack-cli" : " ^3.2.1"
13
13
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
7
7
{
8
8
test : / \. j s / ,
9
9
exclude : / n o d e _ m o d u l e s / ,
10
- use : "coverage-istanbul-loader"
10
+ use : "@jsdevtools/ coverage-istanbul-loader"
11
11
}
12
12
]
13
13
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = (karma) => karma.set({
15
15
test : / \. j s / ,
16
16
include : / s r c / ,
17
17
exclude : / n o d e _ m o d u l e s | \. s p e c \. j s $ / ,
18
- use : "coverage-istanbul-loader"
18
+ use : "@jsdevtools/ coverage-istanbul-loader"
19
19
}
20
20
]
21
21
} ,
Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"devDependencies" : {
10
10
"chai" : " ^4.2.0" ,
11
- "coverage-istanbul-loader" : " ^0.1 .0" ,
11
+ "@jsdevtools/ coverage-istanbul-loader" : " ^3.0 .0" ,
12
12
"karma" : " ^4.0.0" ,
13
13
"karma-chrome-launcher" : " ^2.2.0" ,
14
14
"karma-cli" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 7
7
},
8
8
"license" : " MIT" ,
9
9
"devDependencies" : {
10
- "coverage-istanbul-loader" : " ^0.1 .0" ,
10
+ "@jsdevtools/ coverage-istanbul-loader" : " ^3.0 .0" ,
11
11
"webpack" : " ^4.29.0" ,
12
12
"webpack-cli" : " ^3.2.1"
13
13
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
8
8
test : / \. j s / ,
9
9
exclude : / n o d e _ m o d u l e s / ,
10
10
use : {
11
- loader : "coverage-istanbul-loader" ,
11
+ loader : "@jsdevtools/ coverage-istanbul-loader" ,
12
12
options : {
13
13
compact : true
14
14
}
Original file line number Diff line number Diff line change 7
7
},
8
8
"license" : " MIT" ,
9
9
"devDependencies" : {
10
- "coverage-istanbul-loader" : " ^0.1 .0" ,
10
+ "@jsdevtools/ coverage-istanbul-loader" : " ^3.0 .0" ,
11
11
"ts-loader" : " ^5.3.3" ,
12
12
"typescript" : " ^3.3.1" ,
13
13
"webpack" : " ^4.29.0" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
test : / \. t s / ,
12
12
exclude : / n o d e _ m o d u l e s / ,
13
13
use : [
14
- "coverage-istanbul-loader" ,
14
+ "@jsdevtools/ coverage-istanbul-loader" ,
15
15
"ts-loader"
16
16
]
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " coverage-istanbul-loader" ,
2
+ "name" : " @jsdevtools/ coverage-istanbul-loader" ,
3
3
"version" : " 2.0.3" ,
4
4
"description" : " A Webpack loader that uses Istanbul to add code coverage instrumentation" ,
5
5
"keywords" : [
You can’t perform that action at this time.
0 commit comments