Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark committed Nov 19, 2023
1 parent ca33a2f commit dc467a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-schema-coordinates",
"version": "3.0.3",
"version": "3.0.4",
"description": "extract schema coordinates from GraphQL documents",
"type": "module",
"exports": {
Expand All @@ -17,7 +17,7 @@
"build": "npx tsup-node src/extract-schema-coordinates.ts --dts --format esm,cjs --out-dir lib",
"typecheck": "npx tsup-node src/extract-schema-coordinates.ts --dts-only",
"postinstall": "npx husky install",
"prepare": "cat <<< $(jq 'del(.scripts.postinstall)' package.json) > package.json",
"prepare": "bash -c \"cat <<< $(jq 'del(.scripts.postinstall)' package.json) > package.json\"",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
Expand Down

0 comments on commit dc467a4

Please sign in to comment.