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 39ae251 commit be40a73Copy full SHA for be40a73
1 file changed
build/build_npm.ts
@@ -35,6 +35,9 @@ await build({
35
engines: {
36
node: ">=18",
37
},
38
+ dependencies: {
39
+ "graphql": "^16.8.1",
40
+ },
41
42
postBuild() {
43
Deno.copyFileSync("LICENSE", "npm/LICENSE");
0 commit comments