Skip to content

Commit

Permalink
chore: actually fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Nov 13, 2024
1 parent 4c076a6 commit 713bc8f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/typedefs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"require": "./dist/index.cjs"
}
},
"keywords": [
"graphql"
],
"keywords": ["graphql"],
"author": "Lab Digital <opensource@labdigital.nl>",
"license": "MIT",
"repository": {
Expand All @@ -30,10 +28,7 @@
"test:ci": "vitest run --coverage",
"tsc": "tsc --noEmit"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"dependencies": {
"@graphql-tools/utils": "10.5.5",
"graphql": "^16.9.0"
Expand Down

0 comments on commit 713bc8f

Please sign in to comment.