Skip to content

Commit bf58454

Browse files
committed
2.0.0
1 parent 4e8ee46 commit bf58454

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "unused-webpack-plugin",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "A webpack plugin to find unused modules/source files",
55
"main": "index.js",
66
"repository": "https://github.com/MatthieuLemoine/unused-webpack-plugin",
77
"author": "MatthieuLemoine",
88
"license": "MIT",
99
"scripts": {
10-
"pretty":
11-
"prettier-eslint --single-quote --trailing-comma es5 --write \"**/*.js\" \"**/*.json\"",
10+
"pretty": "prettier-eslint --single-quote --trailing-comma es5 --write \"**/*.js\" \"**/*.json\"",
1211
"lint": "eslint index.js"
1312
},
1413
"devDependencies": {

0 commit comments

Comments
 (0)