Skip to content

Commit 1b7e8fa

Browse files
committed
Bugfix
1 parent 48207d0 commit 1b7e8fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/plugin-graphql",
3-
"version": "1.0.0-rc.19",
3+
"version": "1.0.0-rc.20",
44
"description": "Vuex-ORM persistence plugin to sync the store against a GraphQL API.",
55
"main": "dist/vuex-orm-graphql.common.js",
66
"module": "dist/vuex-orm-graphql.esm.js",
@@ -43,6 +43,9 @@
4343
"bugs": {
4444
"url": "https://github.com/vuex-orm/plugin-graphql/issues"
4545
},
46+
"dependencies": {
47+
"inflection": "^1.12.0"
48+
},
4649
"peerDependencies": {
4750
"@vuex-orm/core": "^0.27.0"
4851
},
@@ -57,7 +60,6 @@
5760
"apollo-link-http": "^1.3.2",
5861
"graphql": "^0.12.3",
5962
"graphql-tag": "^2.6.1",
60-
"inflection": "^1.12.0",
6163
"lodash-es": "^4.17.10",
6264
"normalizr": "^3.2.4",
6365
"vue": "2.5.16",

0 commit comments

Comments
 (0)