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 98536c7 commit a4b3b54Copy full SHA for a4b3b54
package.json
@@ -14,7 +14,11 @@
14
},
15
"author": "Ian VanSchooten <ian.vanschooten@gmail.com>",
16
"license": "MIT",
17
- "repository": "@ianvs/postcss-plugin-assign-layers",
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/DefinedNet/postcss-assign-layer.git"
20
+ },
21
+ "homepage": "https://github.com/DefinedNet/postcss-assign-layer#readme",
22
"files": [
23
"index.js"
24
],
0 commit comments