Skip to content

Commit d0e8d68

Browse files
committed
version and links update
1 parent 0af9d4a commit d0e8d68

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,6 +1,6 @@
11
{
22
"name": "css-modules-require-hook",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A require hook to compile CSS Modules on the fly",
55
"main": "index.js",
66
"engines": {
@@ -40,7 +40,7 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "https://github.com/sullenor/css-modules-require-hook.git"
43+
"url": "https://github.com/css-modules/css-modules-require-hook.git"
4444
},
4545
"keywords": [
4646
"css-modules",
@@ -53,9 +53,9 @@
5353
},
5454
"license": "MIT",
5555
"bugs": {
56-
"url": "https://github.com/sullenor/css-modules-require-hook/issues"
56+
"url": "https://github.com/css-modules/css-modules-require-hook/issues"
5757
},
58-
"homepage": "https://github.com/sullenor/css-modules-require-hook",
58+
"homepage": "https://github.com/css-modules/css-modules-require-hook",
5959
"pre-commit": [
6060
"test"
6161
]

0 commit comments

Comments
 (0)