We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f298ad0 commit 7b7d3aaCopy full SHA for 7b7d3aa
2 files changed
package.json
@@ -122,8 +122,8 @@
122
"/single-byte.js",
123
"/single-byte.d.ts",
124
"/single-byte.node.js",
125
- "/utf16.js",
126
"/utf16.d.ts",
+ "/utf16.native.js",
127
"/utf16.node.js",
128
"/utf8.js",
129
"/utf8.d.ts",
@@ -203,7 +203,8 @@
203
"./utf16.js": {
204
"types": "./utf16.d.ts",
205
"node": "./utf16.node.js",
206
- "default": "./utf16.js"
+ "react-native": "./utf16.native.js",
207
+ "default": "./utf16.native.js"
208
},
209
"./utf8.js": {
210
"types": "./utf8.d.ts",
utf16.js utf16.native.jsutf16.js renamed to utf16.native.js
0 commit comments