We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7dc5c commit 41f82f2Copy full SHA for 41f82f2
packages/genomic/package.json
@@ -6,18 +6,6 @@
6
"main": "index.js",
7
"module": "esm/index.js",
8
"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
21
"homepage": "https://github.com/constructive-io/dev-utils",
22
"license": "MIT",
23
"publishConfig": {
0 commit comments