Skip to content

Commit dc1f041

Browse files
authored
Update package.json
1 parent c46cd27 commit dc1f041

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "use-force-update",
3-
"version": "1.0.11",
4-
"author": "Charles Stover <use-force-update@charlesstover.com>",
5-
"description": "React Hook to force your function component to update.",
6-
"homepage": "https://github.com/CharlesStover/use-force-update#readme",
3+
"version": "1.0.12",
4+
"author": "quisi.do <use-force-update@quisi.do>",
5+
"description": "React hook to force your function component to re-render",
6+
"homepage": "https://github.com/quisido/use-force-update#readme",
77
"license": "MIT",
88
"main": "./dist/cjs/index.cjs",
99
"module": "./dist/esm/index.js",
1010
"packageManager": "[email protected]",
11-
"repository": "github:CharlesStover/use-force-update",
11+
"repository": "github:quisido/use-force-update",
1212
"type": "module",
1313
"types": "./dist/types/index.d.ts",
1414
"bugs": {
15-
"email": "use-force-update@charlesstover.com",
16-
"url": "https://github.com/CharlesStover/use-force-update/issues"
15+
"email": "use-force-update@quisi.do",
16+
"url": "https://github.com/quisido/use-force-update/issues"
1717
},
1818
"directories": {
1919
"lib": "src"

0 commit comments

Comments
 (0)