Skip to content

Commit 00433ca

Browse files
committed
Tweak package
1 parent fa1a7d8 commit 00433ca

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

package.json

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "postcss-modules-values",
2+
"name": "postcss-icss-values",
33
"version": "1.3.0",
44
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
55
"main": "lib/index.js",
@@ -40,21 +40,14 @@
4040
]
4141
]
4242
},
43-
"repository": {
44-
"type": "git",
45-
"url": "git+https://github.com/css-modules/postcss-modules-values.git"
46-
},
43+
"repository": "css-modules/postcss-icss-values",
4744
"keywords": [
4845
"css",
4946
"modules",
5047
"postcss"
5148
],
52-
"author": "Glen Maddern",
53-
"license": "ISC",
54-
"bugs": {
55-
"url": "https://github.com/css-modules/postcss-modules-values/issues"
56-
},
57-
"homepage": "https://github.com/css-modules/postcss-modules-values#readme",
49+
"author": "Glen Maddern and Bogdan Chadkin",
50+
"license": "MIT",
5851
"devDependencies": {
5952
"babel-cli": "^6.5.2",
6053
"babel-jest": "^20.0.3",

0 commit comments

Comments
 (0)