Skip to content

Commit

Permalink
Revert "Add "type" = "module" to ensure it is present (#4350)" (#4352)
Browse files Browse the repository at this point in the history
This reverts commit d608039.
  • Loading branch information
dbkr authored Aug 20, 2024
1 parent c408c0d commit 8214fd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/release/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ do
jq ".$i = .matrix_lib_$i" package.json > package.json.new && mv package.json.new package.json && yarn prettier --write package.json
fi
done

# Ensure that "type": "module" is present
jq '.type = "module"' package.json > package.json.new && mv package.json.new package.json && yarn prettier --write package.json

0 comments on commit 8214fd7

Please sign in to comment.