Skip to content

Commit 32fd659

Browse files
committed
Fix links
1 parent 2353cf8 commit 32fd659

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,21 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/phortx/vuex-orm-apollo.git"
27+
"url": "git+https://github.com/vuex-orm/vuex-orm-apollo.git"
2828
},
2929
"keywords": [
3030
"vue",
3131
"vuex",
3232
"vuex-plugin",
3333
"orm",
3434
"vuex-orm",
35-
"vuex-orm-plugin"
35+
"vuex-orm-plugin",
36+
"graphql"
3637
],
3738
"author": "Benjamin Klein",
3839
"license": "MIT",
3940
"bugs": {
40-
"url": "https://github.com/phortx/vuex-orm-apollo/issues"
41+
"url": "https://github.com/vuex-orm/vuex-orm-apollo/issues"
4142
},
4243
"dependencies": {
4344
"@types/graphql": "^0.12.3",

0 commit comments

Comments
 (0)