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 4c076a6 commit 713bc8fCopy full SHA for 713bc8f
packages/typedefs/package.json
@@ -12,9 +12,7 @@
12
"require": "./dist/index.cjs"
13
}
14
},
15
- "keywords": [
16
- "graphql"
17
- ],
+ "keywords": ["graphql"],
18
"author": "Lab Digital <[email protected]>",
19
"license": "MIT",
20
"repository": {
@@ -30,10 +28,7 @@
30
28
"test:ci": "vitest run --coverage",
31
29
"tsc": "tsc --noEmit"
32
33
- "files": [
34
- "dist",
35
- "src"
36
+ "files": ["dist", "src"],
37
"dependencies": {
38
"@graphql-tools/utils": "10.5.5",
39
"graphql": "^16.9.0"
0 commit comments