Skip to content

Commit

Permalink
chore: expose path storage-browser from scoped package (#13611)
Browse files Browse the repository at this point in the history
chore: expose path storage-browser from scoped package

Co-authored-by: Ashwin Kumar <ashwsrir@amazon.com>
  • Loading branch information
ashwinkumar6 and Ashwin Kumar authored Jul 18, 2024
1 parent a8f8e6e commit 5d5bea1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
"import": "./dist/esm/providers/s3/server.mjs",
"require": "./dist/cjs/providers/s3/server.js"
},
"./storage-browser": {
"types": "./dist/esm/storageBrowser/index.d.ts",
"import": "./dist/esm/storageBrowser/index.mjs",
"require": "./dist/cjs/storageBrowser/index.js"
},
"./package.json": "./package.json"
},
"peerDependencies": {
Expand Down

0 comments on commit 5d5bea1

Please sign in to comment.