Skip to content

Commit e315758

Browse files
committed
fix link
1 parent af75ea8 commit e315758

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,6 +1,6 @@
11
{
22
"name": "use-state-with-callback",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {
@@ -39,10 +39,10 @@
3939
},
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/the-road-to-learn-react/use-combined-reducers.git"
42+
"url": "git+https://github.com/the-road-to-learn-react/use-state-with-callback.git"
4343
},
4444
"bugs": {
45-
"url": "https://github.com/the-road-to-learn-react/use-combined-reducers/issues"
45+
"url": "https://github.com/the-road-to-learn-react/use-state-with-callback/issues"
4646
},
47-
"homepage": "https://github.com/the-road-to-learn-react/use-combined-reducers#readme"
47+
"homepage": "https://github.com/the-road-to-learn-react/use-state-with-callback#readme"
4848
}

0 commit comments

Comments
 (0)