Skip to content

Commit 2bd2eea

Browse files
authored
chore(types): remove unused un-exported types (#5653)
1 parent f5c19c0 commit 2bd2eea

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

packages/types/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
"rimraf": "3.0.2",
5252
"typescript": "~4.9.5"
5353
},
54-
"browser": {
55-
"./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser"
56-
},
57-
"react-native": {
58-
"./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser",
59-
"./dist-cjs/blob/runtime-blob-types.node": "./dist-cjs/blob/runtime-blob-types.browser"
60-
}
54+
"browser": {},
55+
"react-native": {}
6156
}

packages/types/src/blob/runtime-blob-types.browser.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/types/src/blob/runtime-blob-types.node.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)