12 lines
123 B
Plaintext
Executable File
12 lines
123 B
Plaintext
Executable File
cat <<EOF >dist/cjs/package.json
|
|
{
|
|
"type": "commonjs"
|
|
}
|
|
EOF
|
|
|
|
cat <<EOF >dist/mjs/package.json
|
|
{
|
|
"type": "module"
|
|
}
|
|
EOF
|