chore: Fix @swc/helpers

This commit is contained in:
Donny 2021-12-07 19:04:06 +09:00
parent bf69cd554b
commit 6996d7cdd7
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{
"jsc": {
"target": "es2015"
},
"module": {
"type": "commonjs"
}
}

View File

@ -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",