bellstrand/totp-generator

View on GitHub
build-after.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

cat >lib/cjs/package.json <<!EOF
{
    "type": "commonjs"
}
!EOF

cat >lib/esm/package.json <<!EOF
{
    "type": "module"
}
!EOF