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 a1338e6 commit 0f61498Copy full SHA for 0f61498
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "optimize-css-assets-webpack-plugin",
3
- "version": "5.0.1",
4
- "description": "A Webpack plugin to optimize \\ minimize CSS assets.",
+ "version": "5.0.2",
+ "description": "A Webpack plugin to optimize \\ minimize CSS assets, with sorce map file name support",
5
"keywords": [
6
"CSS",
7
"duplicate",
@@ -11,14 +11,9 @@
11
"remove",
12
"webpack"
13
],
14
- "homepage": "http://github.com/NMFR/optimize-css-assets-webpack-plugin",
15
"license": "MIT",
16
"author": "Nuno Rodrigues",
17
"main": "src/index.js",
18
- "repository": {
19
- "type": "git",
20
- "url": "http://github.com/NMFR/optimize-css-assets-webpack-plugin.git"
21
- },
22
"scripts": {
23
"test": "jest",
24
"test:watch": "jest --watch"
0 commit comments