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 2c35ef2 commit eb6d3ce
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 eb6d3ce

Please sign in to comment.