Skip to content

Commit 0bb4693

Browse files
committed
fix: remove exports from package.json because errors
1 parent dbaf3a5 commit 0bb4693

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
"repository": "harmony-ts/harmony",
66
"license": "MIT",
77
"type": "module",
8-
"exports": {
9-
".": {
10-
"types": "./types.d.ts",
11-
"import": "./dist/index.mjs"
12-
},
13-
"./package.json": "./package.json"
14-
},
158
"main": "./dist/index.mjs",
169
"types": "./types.d.ts",
1710
"files": [

0 commit comments

Comments
 (0)