Skip to content

Commit

Permalink
fix: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 21, 2022
1 parent 0c53b1c commit c8d0a3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"./sharding": "./src/sharding.js",
"./upload": "./src/upload.js",
"./store": "./src/store.js",
"./unixfs": "./src/unixfs.js"
"./unixfs": "./src/unixfs.js",
"./types": "./src/types.js"
},
"typesVersions": {
"*": {
Expand All @@ -50,6 +51,9 @@
],
"unixfs": [
"dist/src/unixfs.d.ts"
],
"types": [
"dist/src/types.d.ts"
]
}
},
Expand Down

0 comments on commit c8d0a3f

Please sign in to comment.