Skip to content

Commit 41f82f2

Browse files
committed
fix: remove exports field from genomic package.json
1 parent 5f7dc5c commit 41f82f2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/genomic/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@
66
"main": "index.js",
77
"module": "esm/index.js",
88
"types": "index.d.ts",
9-
"exports": {
10-
".": {
11-
"types": "./index.d.ts",
12-
"import": "./esm/index.js",
13-
"require": "./index.js"
14-
},
15-
"./test-utils": {
16-
"types": "./test-utils/setup.d.ts",
17-
"import": "./esm/test-utils/setup.js",
18-
"require": "./test-utils/setup.js"
19-
}
20-
},
219
"homepage": "https://github.com/constructive-io/dev-utils",
2210
"license": "MIT",
2311
"publishConfig": {

0 commit comments

Comments
 (0)