Skip to content

Commit

Permalink
Add StreamProvider to package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 28, 2024
1 parent 361d754 commit d2ee5e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"require": "./dist/index.js",
"types": "./dist/types/index.d.ts"
},
"./dist/StreamProvider": {
"import": "./dist/StreamProvider.mjs",
"require": "./dist/StreamProvider.js",
"types": "./dist/types/StreamProvider.d.ts"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
Expand Down

0 comments on commit d2ee5e0

Please sign in to comment.