Skip to content

Commit 5f3088a

Browse files
committed
fix: remove accidental utils
1 parent 7bd71b4 commit 5f3088a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
1818
".": {
1919
"types": "./dist/types.d.mts",
2020
"import": "./dist/module.mjs"
21-
},
22-
"./utils": "./dist/utils.mjs"
21+
}
2322
},
2423
"main": "./dist/module.mjs",
2524
"typesVersions": {
2625
"*": {
2726
".": [
2827
"./dist/types.d.mts"
29-
],
30-
"utils": [
31-
"./dist/utils.d.mts"
3228
]
3329
}
3430
},

0 commit comments

Comments
 (0)