We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59190fe commit 4531fa9Copy full SHA for 4531fa9
package.json
@@ -6,8 +6,8 @@
6
"module": "./lib-esm/IOBuffer.js",
7
"types": "./lib/IOBuffer.d.ts",
8
"browser": {
9
- "./lib-esm/utf8.js": "./lib-esm/utf8.browser.js",
10
- "./lib/utf8.js": "./lib/utf8.browser.js"
+ "./lib-esm/text.js": "./lib-esm/text.browser.js",
+ "./lib/text.js": "./lib/text.browser.js"
11
},
12
"files": [
13
"src",
0 commit comments