Skip to content

Commit b9c2666

Browse files
committed
repository
2 parents c3fc349 + 0f61498 commit b9c2666

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
@@ -47,5 +42,8 @@
4742
},
4843
"peerDependencies": {
4944
"webpack": "^4.0.0"
45+
},
46+
"publishConfig": {
47+
"registry": "https://registry.npmjs.org"
5048
}
5149
}

0 commit comments

Comments
 (0)