Skip to content

Commit a8f8591

Browse files
Update repo name
1 parent f40c3f0 commit a8f8591

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,17 +1,17 @@
11
{
22
"name": "use-browser-sync-state",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"module": "dist/esm/index.js",
66
"types": "dist/index.d.ts",
77
"description": "React hook that syncs state between browsing contexts",
88
"author": "Pedro Escumalha",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/pedroescumalha/use-sync-state.git"
11+
"url": "git+https://github.com/pedroescumalha/use-browser-sync-state.git"
1212
},
13-
"homepage": "https://github.com/pedroescumalha/use-sync-state",
14-
"bugs": "https://github.com/pedroescumalha/use-sync-state/issues",
13+
"homepage": "https://github.com/pedroescumalha/use-browser-sync-state",
14+
"bugs": "https://github.com/pedroescumalha/use-browser-sync-state/issues",
1515
"keywords": [
1616
"react",
1717
"typescript",

0 commit comments

Comments
 (0)