Skip to content

Commit b47db66

Browse files
committed
Fix package.json links
1 parent e34f7ca commit b47db66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-modules-values",
33
"version": "1.2.2",
4-
"description": "PostCSS plugin for CSS Modules to pass arbitrary constants between your module files",
4+
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
55
"main": "lib/index.js",
66
"scripts": {
77
"lint": "standard src test",
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/css-modules/postcss-modules-constants.git"
17+
"url": "git+https://github.com/css-modules/postcss-modules-values.git"
1818
},
1919
"keywords": [
2020
"css",
@@ -24,9 +24,9 @@
2424
"author": "Glen Maddern",
2525
"license": "ISC",
2626
"bugs": {
27-
"url": "https://github.com/css-modules/postcss-modules-constants/issues"
27+
"url": "https://github.com/css-modules/postcss-modules-values/issues"
2828
},
29-
"homepage": "https://github.com/css-modules/postcss-modules-constants#readme",
29+
"homepage": "https://github.com/css-modules/postcss-modules-values#readme",
3030
"devDependencies": {
3131
"babel-cli": "^6.5.2",
3232
"babel-core": "^6.5.2",

0 commit comments

Comments
 (0)