Skip to content

Commit

Permalink
adding node-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Martinez Pupo committed Feb 26, 2020
1 parent 567554c commit 6ff8b5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"graphql-tools": "^4.0.6",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"swagger-to-graphql": "^4.0.2"
"swagger-to-graphql": "^4.0.2",
"node-fetch": "^2.6.0"
},
"description": "GraphQL Gateway that does magic on top of REST services that provides Swagger/OpenAPI specifications.",
"devDependencies": {
Expand Down Expand Up @@ -49,5 +50,5 @@
"standard": {
"env": [ "jest" ]
},
"version": "1.0.5"
"version": "1.0.6"
}

0 comments on commit 6ff8b5c

Please sign in to comment.