Skip to content

Commit 6082cb7

Browse files
authored
Update package.json
1 parent 3b2b8f6 commit 6082cb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
"author": "Roman Krivtsov",
1515
"license": "MIT",
1616
"dependencies": {
17-
"graphql": "^0.8.2",
1817
"json-schema-ref-parser": "^3.1.2",
1918
"lodash": "^4.16.4",
2019
"node-request-by-swagger": "^1.0.5",
2120
"request": "^2.75.0",
2221
"request-promise": "^4.1.1"
2322
},
23+
"peerDependencies": {
24+
"graphql": "^0.8.2"
25+
},
2426
"devDependencies": {
2527
"babel-eslint": "^6.1.2",
2628
"eslint": "^3.9.1",

0 commit comments

Comments
 (0)