We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2353cf8 commit 32fd659Copy full SHA for 32fd659
package.json
@@ -24,20 +24,21 @@
24
},
25
"repository": {
26
"type": "git",
27
- "url": "git+https://github.com/phortx/vuex-orm-apollo.git"
+ "url": "git+https://github.com/vuex-orm/vuex-orm-apollo.git"
28
29
"keywords": [
30
"vue",
31
"vuex",
32
"vuex-plugin",
33
"orm",
34
"vuex-orm",
35
- "vuex-orm-plugin"
+ "vuex-orm-plugin",
36
+ "graphql"
37
],
38
"author": "Benjamin Klein",
39
"license": "MIT",
40
"bugs": {
- "url": "https://github.com/phortx/vuex-orm-apollo/issues"
41
+ "url": "https://github.com/vuex-orm/vuex-orm-apollo/issues"
42
43
"dependencies": {
44
"@types/graphql": "^0.12.3",
0 commit comments