Skip to content

Commit b745ef0

Browse files
committed
v1.1.5
1 parent 584f657 commit b745ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-to-graphql",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"author": "Roman Krivtsov",
55
"bin": "./bin/swagger2graphql",
66
"dependencies": {
@@ -42,7 +42,7 @@
4242
"build": "babel src -d lib",
4343
"lint": "eslint src/",
4444
"prepublish": "npm run build",
45-
"start": "node app.js",
45+
"start": "node example/app.js",
4646
"test": "mocha"
4747
}
4848
}

0 commit comments

Comments
 (0)