We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ff17a commit d3ff204Copy full SHA for d3ff204
1 file changed
deno.json
@@ -8,5 +8,11 @@
8
},
9
"tasks": {
10
"test": "deno test --allow-net --allow-read --allow-write --coverage=coverage"
11
+ },
12
+ "name": "@deno-libs/gql",
13
+ "version": "3.0.0",
14
+ "exports": {
15
+ ".": "./mod.ts",
16
+ "./types": "./types.ts"
17
}
18
0 commit comments