mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
build(node-swc): Rename entrypoint to avoid artifact collision (#3806)
This commit is contained in:
parent
4cf27769c9
commit
b485a2fc26
@ -5,7 +5,7 @@
|
|||||||
"homepage": "https://swc.rs",
|
"homepage": "https://swc.rs",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"swcx": "swcx.js"
|
"swcx": "run_swcx.js"
|
||||||
},
|
},
|
||||||
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user