Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(package): Add WritableStream as export
  • Loading branch information
fb55 committed Apr 29, 2022
1 parent ae1189b commit 6923fca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -33,8 +33,14 @@
"types": "lib/index.d.ts",
"module": "lib/esm/index.js",
"exports": {
"require": "./lib/index.js",
"import": "./lib/esm/index.js"
".": {
"require": "./lib/index.js",
"import": "./lib/esm/index.js"
},
"./lib/WritableStream": {
"require": "./lib/WritableStream.js",
"import": "./lib/esm/WritableStream.js"
}
},
"files": [
"lib/**/*"
Expand Down

0 comments on commit 6923fca

Please sign in to comment.