Skip to content

Commit 713bc8f

Browse files
committed
chore: actually fix format
1 parent 4c076a6 commit 713bc8f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/typedefs/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"require": "./dist/index.cjs"
1313
}
1414
},
15-
"keywords": [
16-
"graphql"
17-
],
15+
"keywords": ["graphql"],
1816
"author": "Lab Digital <[email protected]>",
1917
"license": "MIT",
2018
"repository": {
@@ -30,10 +28,7 @@
3028
"test:ci": "vitest run --coverage",
3129
"tsc": "tsc --noEmit"
3230
},
33-
"files": [
34-
"dist",
35-
"src"
36-
],
31+
"files": ["dist", "src"],
3732
"dependencies": {
3833
"@graphql-tools/utils": "10.5.5",
3934
"graphql": "^16.9.0"

0 commit comments

Comments
 (0)