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.
2 parents c3fc349 + 0f61498 commit b9c2666Copy full SHA for b9c2666
package.json
@@ -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"
@@ -47,5 +42,8 @@
47
42
},
48
43
"peerDependencies": {
49
44
"webpack": "^4.0.0"
45
+ },
46
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org"
50
}
51
0 commit comments