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 ae3f912 commit 3d480cdCopy full SHA for 3d480cd
package.json
@@ -1,13 +1,16 @@
1
{
2
- "name": "mini-css-extract-plugin",
+ "name": "@chesscom/mini-css-extract-plugin",
3
"version": "0.9.0",
4
"description": "extracts CSS into separate files",
5
"license": "MIT",
6
- "repository": "webpack-contrib/mini-css-extract-plugin",
+ "repository": "git://github.com/chesscom/mini-css-extract-plugin.git",
7
"author": "Tobias Koppers @sokra",
8
"homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
9
"bugs": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues",
10
"main": "dist/cjs.js",
11
+ "publishConfig": {
12
+ "registry": "https://npm.pkg.github.com/"
13
+ },
14
"engines": {
15
"node": ">= 6.9.0"
16
},
0 commit comments