Skip to content

Commit 1ab5048

Browse files
chore: fix repo link
1 parent 9031869 commit 1ab5048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/dethstrobe/react-indexed-db.git"
20+
"url": "git+https://github.com/assuncaocharles/react-indexed-db.git"
2121
},
2222
"author": "Charles Assunção",
2323
"license": "ISC",
2424
"bugs": {
25-
"url": "https://github.com/dethstrobe/react-indexed-db/issues"
25+
"url": "https://github.com/assuncaocharles/react-indexed-db/issues"
2626
},
2727
"keywords": [
2828
"indexed",
@@ -37,7 +37,7 @@
3737
"database",
3838
"storage"
3939
],
40-
"homepage": "https://github.com/dethstrobe/react-indexed-db",
40+
"homepage": "https://github.com/assuncaocharles/react-indexed-db",
4141
"peerDependencies": {
4242
"react": "^18.2.0"
4343
},

0 commit comments

Comments
 (0)