Skip to content

Commit

Permalink
fix: add backwards-compatible subpath declarations (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Oct 17, 2022
1 parent 0223e84 commit 3a48c21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions node.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/node'
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"node.d.ts",
"undici.d.ts",
"cjs"
],
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions undici.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/undici'

0 comments on commit 3a48c21

Please sign in to comment.