Skip to content

Commit

Permalink
Merge pull request #104 from contentful/chore/json-to-jq
Browse files Browse the repository at this point in the history
chore: use jq over json for compatibility []
  • Loading branch information
mgoudy91 authored Sep 23, 2024
2 parents 8dfc6bd + 4a88bff commit c1fa2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else # Legacy variant
fi


VERSION=`cat package.json|json version`
VERSION=$(cat package.json | jq -r .version)

echo "Publishing docs"

Expand Down

0 comments on commit c1fa2ca

Please sign in to comment.