fix(es/helpers): Fix module field in package.json of @swc/helpers (#4978)

This commit is contained in:
Devon Govett 2022-06-15 07:52:05 -07:00 committed by GitHub
parent 6ec6bbd4aa
commit 5123c20b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
"name": "@swc/helpers",
"version": "0.4.0",
"description": "External helpers for the swc project.",
"esnext": "src/index.js",
"module": "src/index.js",
"esnext": "src/index.mjs",
"module": "src/index.mjs",
"main": "lib/index.js",
"sideEffects": false,
"scripts": {