Skip to content

Commit

Permalink
Merge pull request #33 from hammadj/update-graphql-tag
Browse files Browse the repository at this point in the history
Update graphql-tag version for peerDependencies
  • Loading branch information
nicolaslopezj authored Jan 13, 2017
2 parents d7c2f0d + 363864b commit 3ac00ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"babel-preset-es2015": "6.5.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": ">=3.0.0",
"graphql-tag": "^0.1.14",
"graphql-tag": "^1.0.0",
"jest-cli": "^15.1.1",
"standard": "*"
},
"peerDependencies": {
"graphql-tag": "^0.1.14"
"graphql-tag": "^1.0.0"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down

0 comments on commit 3ac00ce

Please sign in to comment.