Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit 6369fb6

Browse files
committed
v0.2.0
1 parent 3616a8d commit 6369fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-static-binding",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Generate static binding files for a GraphQL schema",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -18,8 +18,8 @@
1818
"graphql": "^0.12.3"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^8.5.1",
22-
"ts-node": "^4.0.2",
21+
"@types/node": "^8.5.2",
22+
"ts-node": "^4.1.0",
2323
"typescript": "^2.6.2"
2424
}
2525
}

0 commit comments

Comments
 (0)