Remove package.json

As ncc uses commonjs bundle type and we import `install-cli-action` which is also commonjs, we should not set `type: module` in the package.json so it doesn't break the load-secrets-action bundle. Therefore, we can safely remove it at all.

Revert package.json
This commit is contained in:
Volodymyr Zotov
2025-07-30 10:35:10 -05:00
parent 80da714262
commit aa7dbab2b7

3
dist/package.json vendored
View File

@@ -1,3 +0,0 @@
{
"type": "module"
}