Files
repertory-js/fixup
2024-07-19 13:03:13 +00:00

12 lines
134 B
Plaintext
Executable File

cat <<EOF >dist/cjs/package.json
{
"type": "commonjs"
}
EOF
cat <<EOF >dist/mjs/package.json
{
"type": "module"
}
EOF