Skip to content

Commit de8a9d6

Browse files
committed
added babel-polyfill
1 parent 59d825a commit de8a9d6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "swagger-to-graphql",
3-
"version": "1.1.1",
3+
"version": "1.1.4",
44
"author": "Roman Krivtsov",
55
"bin": "./bin/swagger2graphql",
66
"dependencies": {
7+
"babel-polyfill": "^6.23.0",
78
"graphql": "^0.10.1",
89
"isomorphic-fetch": "^2.2.1",
910
"js-yaml": "^3.8.4",
@@ -35,9 +36,6 @@
3536
],
3637
"license": "MIT",
3738
"main": "lib/index.js",
38-
"peerDependencies": {
39-
"graphql": "*"
40-
},
4139
"scripts": {
4240
"build": "babel src -d lib",
4341
"lint": "eslint src/",

0 commit comments

Comments
 (0)