Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 0768dac

Browse files
committed
chore: remove browser override
1 parent da5610f commit 0768dac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ipfs-grpc-client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
],
1616
"main": "src/index.js",
1717
"browser": {
18-
"./src/grpc/transport.js": "./src/grpc/transport.browser.js",
19-
"ipfs-core-utils/src/files/normalise-input": "ipfs-core-utils/src/files/normalise-input/index.browser.js"
18+
"./src/grpc/transport.js": "./src/grpc/transport.browser.js"
2019
},
2120
"typesVersions": {
2221
"*": {

0 commit comments

Comments
 (0)