Skip to content

Commit 1e7af1c

Browse files
committed
Merge pull request #54 from pgilad/patch-1
Fix repository url in package.json
2 parents 635f244 + ae081fa commit 1e7af1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["webpack", "loader", "css", "postcss", "postcss-runner"],
66
"author": "Andrey Sitnik <andrey@sitnik.ru>",
77
"license": "MIT",
8-
"repository": "postcss-loader",
8+
"repository": "postcss/postcss-loader",
99
"dependencies": {
1010
"loader-utils": "^0.2.12",
1111
"postcss": "^5.0.15"

0 commit comments

Comments
 (0)