1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Revert "Add "type" = "module" to ensure it is present (#4350)" (#4352)

This reverts commit d6080398db.
This commit is contained in:
David Baker
2024-08-20 12:10:15 +01:00
committed by GitHub
parent c408c0d1d5
commit 8214fd7156

View File

@@ -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