b-gsdk 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "b-gsdk",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.7",
|
4
4
|
"description": "A GraphQL Codegen that outputs a TypeScript SDK.",
|
5
5
|
"author": "Julian Benegas",
|
6
6
|
"license": "MIT",
|
7
7
|
"main": "dist/index.js",
|
8
|
-
"bin":
|
8
|
+
"bin": {
|
9
|
+
"b-gsdk": "dist/bin.js"
|
10
|
+
},
|
9
11
|
"types": "src/index.d.ts",
|
10
12
|
"scripts": {
|
11
13
|
"build": "tsc",
|