File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 99 "require" : " ./index.d.cts" ,
1010 "default" : " ./index.d.ts"
1111 },
12+ "react-native" : {
13+ "require" : " ./dist/browser/axios.cjs" ,
14+ "default" : " ./dist/esm/axios.js"
15+ },
1216 "browser" : {
1317 "require" : " ./dist/browser/axios.cjs" ,
1418 "default" : " ./index.js"
143147 "./lib/platform/node/index.js" : " ./lib/platform/browser/index.js" ,
144148 "./lib/platform/node/classes/FormData.js" : " ./lib/helpers/null.js"
145149 },
150+ "react-native" : {
151+ "./lib/adapters/http.js" : " ./lib/helpers/null.js" ,
152+ "./lib/platform/node/index.js" : " ./lib/platform/browser/index.js" ,
153+ "./lib/platform/node/classes/FormData.js" : " ./lib/helpers/null.js"
154+ },
146155 "jsdelivr" : " dist/axios.min.js" ,
147156 "unpkg" : " dist/axios.min.js" ,
148157 "typings" : " ./index.d.ts" ,
216225 " @commitlint/config-conventional"
217226 ]
218227 }
219- }
228+ }
You can’t perform that action at this time.
0 commit comments