mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 19:14:01 +03:00
fix(es/helpers): Fix module
field in package.json
of @swc/helpers
(#4978)
This commit is contained in:
parent
6ec6bbd4aa
commit
5123c20b5d
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user