Skip to content

Commit 8214fd7

Browse files
authored
Revert "Add "type" = "module" to ensure it is present (#4350)" (#4352)
This reverts commit d608039.
1 parent c408c0d commit 8214fd7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/release/pre-release.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ do
1212
jq ".$i = .matrix_lib_$i" package.json > package.json.new && mv package.json.new package.json && yarn prettier --write package.json
1313
fi
1414
done
15-
16-
# Ensure that "type": "module" is present
17-
jq '.type = "module"' package.json > package.json.new && mv package.json.new package.json && yarn prettier --write package.json

0 commit comments

Comments
 (0)