chore: Publish @swc/helpers@0.4.6

This commit is contained in:
Donny/강동윤 2022-08-12 17:13:15 +09:00
parent e076c856ca
commit 89758940fb
2 changed files with 6 additions and 1 deletions

View File

@ -2,3 +2,4 @@ node_modules/
package-lock.json
*.log
.swcrc
.yarn

View File

@ -1,6 +1,6 @@
{
"name": "@swc/helpers",
"version": "0.4.3",
"version": "0.4.6",
"description": "External helpers for the swc project.",
"esnext": "src/index.mjs",
"module": "src/index.mjs",
@ -14,6 +14,10 @@
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"swc",
"helpers"