Skip to content

Commit 023c03a

Browse files
committed
fix: make graphql-* a peer dependency (fixes #7)
1 parent 816b782 commit 023c03a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"dependencies": {
33
"babel-literal-to-ast": "^0.1.2",
44
"babel-types": "^6.24.1",
5-
"debug": "^2.6.8",
6-
"graphql": "^0.10.1",
7-
"graphql-tag": "^2.2.0"
5+
"debug": "^2.6.8"
86
},
97
"description": "Compiles GraphQL tagged template strings using graphql-tag",
108
"devDependencies": {
@@ -17,12 +15,18 @@
1715
"eslint": "^3.19.0",
1816
"eslint-config-canonical": "^8.2.1",
1917
"flow-bin": "^0.47.0",
18+
"graphql": "^0.10.1",
19+
"graphql-tag": "^2.2.0",
2020
"husky": "^0.13.3",
2121
"mocha": "^3.4.2",
2222
"semantic-release": "^6.3.6"
2323
},
2424
"main": "dist/index.js",
2525
"name": "babel-plugin-graphql-tag",
26+
"peerDependencies": {
27+
"graphql": "^0.10.1",
28+
"graphql-tag": "^2.2.0"
29+
},
2630
"repository": {
2731
"type": "git",
2832
"url": "git+https://github.com/gajus/babel-plugin-graphql-tag.git"

0 commit comments

Comments
 (0)