File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " webpack-deadcode-plugin" ,
3
- "version" : " 0.1.15 " ,
4
- "description" : " Webpack plugin to detect unused files and unused exports in used files" ,
5
- "repository" : " https://github.com/MQuy/webpack-deadcode-plugin" ,
6
- "main" : " src/index.js" ,
7
- "keywords" : [
8
- " webpack" ,
9
- " plugin" ,
10
- " unused" ,
11
- " deadcode"
12
- ],
13
- "author" : " MQuy" ,
14
- "license" : " MIT" ,
15
- "peerDependencies" : {
16
- "webpack" : " > 3"
17
- },
18
- "engines" : {
19
- "node" : " >=6.11.5"
20
- },
21
- "dependencies" : {
22
- "chalk" : " ^3.0.0" ,
23
- "fast-glob" : " ^3.1.1"
24
- }
2
+ "name" : " webpack-deadcode-plugin" ,
3
+ "version" : " 0.1.16 " ,
4
+ "description" : " Webpack plugin to detect unused files and unused exports in used files" ,
5
+ "repository" : " https://github.com/MQuy/webpack-deadcode-plugin" ,
6
+ "main" : " src/index.js" ,
7
+ "keywords" : [
8
+ " webpack" ,
9
+ " plugin" ,
10
+ " unused" ,
11
+ " deadcode"
12
+ ],
13
+ "author" : " MQuy" ,
14
+ "license" : " MIT" ,
15
+ "peerDependencies" : {
16
+ "webpack" : " > 3"
17
+ },
18
+ "engines" : {
19
+ "node" : " >=6.11.5"
20
+ },
21
+ "dependencies" : {
22
+ "chalk" : " ^3.0.0" ,
23
+ "fast-glob" : " ^3.1.1"
24
+ }
25
25
}
You can’t perform that action at this time.
0 commit comments