Skip to content

Commit 0f61498

Browse files
authored
Update package.json
1 parent a1338e6 commit 0f61498

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "optimize-css-assets-webpack-plugin",
3-
"version": "5.0.1",
4-
"description": "A Webpack plugin to optimize \\ minimize CSS assets.",
3+
"version": "5.0.2",
4+
"description": "A Webpack plugin to optimize \\ minimize CSS assets, with sorce map file name support",
55
"keywords": [
66
"CSS",
77
"duplicate",
@@ -11,14 +11,9 @@
1111
"remove",
1212
"webpack"
1313
],
14-
"homepage": "http://github.com/NMFR/optimize-css-assets-webpack-plugin",
1514
"license": "MIT",
1615
"author": "Nuno Rodrigues",
1716
"main": "src/index.js",
18-
"repository": {
19-
"type": "git",
20-
"url": "http://github.com/NMFR/optimize-css-assets-webpack-plugin.git"
21-
},
2217
"scripts": {
2318
"test": "jest",
2419
"test:watch": "jest --watch"

0 commit comments

Comments
 (0)