Skip to content

Commit

Permalink
chore(types): remove unused un-exported types (#5653)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jan 9, 2024
1 parent f5c19c0 commit 2bd2eea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
9 changes: 2 additions & 7 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
"rimraf": "3.0.2",
"typescript": "~4.9.5"
},
"browser": {
"./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser"
},
"react-native": {
"./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser",
"./dist-cjs/blob/runtime-blob-types.node": "./dist-cjs/blob/runtime-blob-types.browser"
}
"browser": {},
"react-native": {}
}
6 changes: 0 additions & 6 deletions packages/types/src/blob/runtime-blob-types.browser.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/types/src/blob/runtime-blob-types.node.ts

This file was deleted.

0 comments on commit 2bd2eea

Please sign in to comment.