mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
chore: Fix @swc/helpers
This commit is contained in:
parent
bf69cd554b
commit
6996d7cdd7
8
packages/swc-helpers/.swcrc
Normal file
8
packages/swc-helpers/.swcrc
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"jsc": {
|
||||
"target": "es2015"
|
||||
},
|
||||
"module": {
|
||||
"type": "commonjs"
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/helpers",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "External helpers for the swc project.",
|
||||
"esnext": "src/index.js",
|
||||
"module": "src/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user