Skip to content

Commit

Permalink
fix: broken type info path (#146)
Browse files Browse the repository at this point in the history
* 馃敡Fix "deepmerge-ts module not found" error

* build: drop default node export

Co-authored-by: Rebecca Stevens <rebecca.stevens@outlook.co.nz>
  • Loading branch information
fatihaziz and RebeccaStevens committed Jun 15, 2022
1 parent 1077a7b commit b875711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
">=4.7": {
"*": [
"dist/node/types/current/index.d.ts"
"dist/node/types/current/index.d.mts"
]
}
},
Expand Down

0 comments on commit b875711

Please sign in to comment.