We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23dd50 commit 22b2ae0Copy full SHA for 22b2ae0
bin/swagger2graphql
@@ -13,4 +13,4 @@ if (!argv.swagger) {
13
14
build(argv.swagger).then(schema => {
15
console.log(graphql.printSchema(schema));
16
-});
+}).catch(console.log);
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "swagger-to-graphql",
3
- "version": "1.1.6",
+ "version": "1.1.7",
4
"author": "Roman Krivtsov",
5
"bin": "./bin/swagger2graphql",
6
"dependencies": {
7
+ "babel-runtime": "^6.25.0",
8
"graphql": "^0.10.1",
9
"isomorphic-fetch": "^2.2.1",
10
"js-yaml": "^3.8.4",
0 commit comments