mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +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",
|
||||
"main": "./index.js",
|
||||
"bin": {
|
||||
"swcx": "swcx.js"
|
||||
"swcx": "run_swcx.js"
|
||||
},
|
||||
"author": "강동윤 <kdy1997.dev@gmail.com>",
|
||||
"license": "Apache-2.0",
|
||||
@ -121,4 +121,4 @@
|
||||
"@swc/core-win32-arm64-msvc": "1.2.146",
|
||||
"@swc/core-android-arm-eabi": "1.2.146"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user