Skip to content

Commit

Permalink
fix: set react-native and browser metadata for shared-ini-file-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jan 17, 2024
1 parent 0977f02 commit 5db26a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/shared-ini-file-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"browser": {
"./dist-es/getSSOTokenFromFile": false,
"./dist-es/slurpFile": false
},
"react-native": {
"./dist-cjs/getSSOTokenFromFile": false,
"./dist-cjs/slurpFile": false,
"./dist-es/getSSOTokenFromFile": false,
"./dist-es/slurpFile": false
},
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit 5db26a5

Please sign in to comment.