build(node-swc): Rename entrypoint to avoid artifact collision (#3806)

This commit is contained in:
OJ Kwon 2022-03-01 19:23:01 -08:00 committed by GitHub
parent 4cf27769c9
commit b485a2fc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"homepage": "https://swc.rs",
"main": "./index.js",
"bin": {
"swcx": "swcx.js"
"swcx": "run_swcx.js"
},
"author": "강동윤 <kdy1997.dev@gmail.com>",
"license": "Apache-2.0",