Skip to content

Commit e2e47e5

Browse files
committed
fix: 🐛 package
1 parent 83f79a4 commit e2e47e5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helptheweb/helper",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"type": "module",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",
@@ -10,11 +10,8 @@
1010
"exports": {
1111
".": {
1212
"types": "./dist/index.d.ts",
13-
"node": {
14-
"import": "./dist/index.esm.js",
15-
"require": "./dist/index.cjs.js"
16-
},
17-
"default": "./dist/index.min.js"
13+
"import": "./dist/index.esm.js",
14+
"require": "./dist/index.cjs.js"
1815
}
1916
},
2017
"files": [

0 commit comments

Comments
 (0)