Skip to content

Commit

Permalink
fix: make graphql-* a peer dependency (fixes #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jan 24, 2018
1 parent 816b782 commit 023c03a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"dependencies": {
"babel-literal-to-ast": "^0.1.2",
"babel-types": "^6.24.1",
"debug": "^2.6.8",
"graphql": "^0.10.1",
"graphql-tag": "^2.2.0"
"debug": "^2.6.8"
},
"description": "Compiles GraphQL tagged template strings using graphql-tag",
"devDependencies": {
Expand All @@ -17,12 +15,18 @@
"eslint": "^3.19.0",
"eslint-config-canonical": "^8.2.1",
"flow-bin": "^0.47.0",
"graphql": "^0.10.1",
"graphql-tag": "^2.2.0",
"husky": "^0.13.3",
"mocha": "^3.4.2",
"semantic-release": "^6.3.6"
},
"main": "dist/index.js",
"name": "babel-plugin-graphql-tag",
"peerDependencies": {
"graphql": "^0.10.1",
"graphql-tag": "^2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gajus/babel-plugin-graphql-tag.git"
Expand Down

0 comments on commit 023c03a

Please sign in to comment.