Skip to content

Commit 3d1983c

Browse files
author
MQuy
committed
Bump version 0.1.16
1 parent ffe3def commit 3d1983c

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
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+
}
2525
}

0 commit comments

Comments
 (0)