bandcamp-fetch/fixup.sh

12 lines
127 B
Bash
Raw Permalink Normal View History

2023-06-10 16:52:27 +02:00
cat >dist/cjs/package.json <<!EOF
{
"type": "commonjs"
}
!EOF
cat >dist/mjs/package.json <<!EOF
{
"type": "module"
}
!EOF