Skip to content

Commit 1483960

Browse files
committed
Merge pull request #3 from vuejs/jw-github-urls
Fixed GitHub URL links in package.json
2 parents c692c4a + 55e70f7 commit 1483960

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
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/firebase/vuefire.git"
21+
"url": "git+https://github.com/vuejs/vuefire.git"
2222
},
2323
"keywords": [
2424
"vue",
@@ -29,9 +29,9 @@
2929
"author": "Evan You",
3030
"license": "MIT",
3131
"bugs": {
32-
"url": "https://github.com/firebase/vuefire/issues"
32+
"url": "https://github.com/vuejs/vuefire/issues"
3333
},
34-
"homepage": "https://github.com/firebase/vuefire#readme",
34+
"homepage": "https://github.com/vuejs/vuefire#readme",
3535
"devDependencies": {
3636
"chai": "^3.5.0",
3737
"eslint": "^2.5.1",

0 commit comments

Comments
 (0)