Skip to content

Commit 36983bd

Browse files
committed
fix: remove exports in package json
Related: #82 Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent e1e6d72 commit 36983bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/chonky/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
"main": "./dist/index.js",
2727
"typings": "./dist/index.d.ts",
2828
"module": "./dist/chonky.esm.js",
29-
"exports": {
30-
".": {
31-
"import": "./dist/index.js",
32-
"require": "./dist/index.js",
33-
"types": "./dist/index.d.ts"
34-
}
35-
},
3629
"files": [
3730
"dist",
3831
"src"

0 commit comments

Comments
 (0)