Skip to content

Commit 22b2ae0

Browse files
committed
1.1.7: fixed yarax#34, babel-runtime dep
1 parent a23dd50 commit 22b2ae0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/swagger2graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ if (!argv.swagger) {
1313

1414
build(argv.swagger).then(schema => {
1515
console.log(graphql.printSchema(schema));
16-
});
16+
}).catch(console.log);

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "swagger-to-graphql",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"author": "Roman Krivtsov",
55
"bin": "./bin/swagger2graphql",
66
"dependencies": {
7+
"babel-runtime": "^6.25.0",
78
"graphql": "^0.10.1",
89
"isomorphic-fetch": "^2.2.1",
910
"js-yaml": "^3.8.4",

0 commit comments

Comments
 (0)