Skip to content

Commit 54ccfae

Browse files
committed
chore(package.json): update repo URLs to point to new github repo location
This is a small change as the github link of the repo has changed, but the install location from npmjs has not. So this shouldn't break anything. Minor version bump only.
1 parent 057eb03 commit 54ccfae

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
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/gramstr/better-firebase-functions.git"
22+
"url": "https://github.com/george43g/better-firebase-functions.git"
2323
},
2424
"keywords": [
2525
"firebase",
@@ -30,9 +30,9 @@
3030
"author": "George G",
3131
"license": "MPL-2.0",
3232
"bugs": {
33-
"url": "https://github.com/gramstr/better-firebase-functions/issues"
33+
"url": "https://github.com/george43g/better-firebase-functions/issues"
3434
},
35-
"homepage": "https://github.com/gramstr/better-firebase-functions#readme",
35+
"homepage": "https://github.com/george43g/better-firebase-functions#readme",
3636
"devDependencies": {
3737
"@commitlint/cli": "^16.2.1",
3838
"@commitlint/config-conventional": "^16.2.1",

0 commit comments

Comments
 (0)