Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 4 additions & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /