We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8ee46 commit bf58454Copy full SHA for bf58454
package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "unused-webpack-plugin",
3
- "version": "1.2.0",
+ "version": "2.0.0",
4
"description": "A webpack plugin to find unused modules/source files",
5
"main": "index.js",
6
"repository": "https://github.com/MatthieuLemoine/unused-webpack-plugin",
7
"author": "MatthieuLemoine",
8
"license": "MIT",
9
"scripts": {
10
- "pretty":
11
- "prettier-eslint --single-quote --trailing-comma es5 --write \"**/*.js\" \"**/*.json\"",
+ "pretty": "prettier-eslint --single-quote --trailing-comma es5 --write \"**/*.js\" \"**/*.json\"",
12
"lint": "eslint index.js"
13
},
14
"devDependencies": {
0 commit comments