Skip to content

Commit

Permalink
fix mv
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark committed Nov 19, 2023
1 parent 0a2ab2d commit 53aba2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-schema-coordinates",
"version": "3.0.6",
"version": "3.0.7",
"description": "extract schema coordinates from GraphQL documents",
"type": "module",
"exports": {
Expand Down
3 changes: 1 addition & 2 deletions strip-postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ set -euo pipefail

# prevent our postinstall hook from infecting applications
jq 'del(.scripts.postinstall)' package.json > package.json.tmp
mv package.json.tmp package.json
rm package.json.tmp
mv package.json.tmp package.json

0 comments on commit 53aba2f

Please sign in to comment.