Skip to content

Commit

Permalink
fix: fixed typesVersions field in package.json (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
smsochneg authored Apr 8, 2024
1 parent cbcebf3 commit 66dbcc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
"_/*": [
"./build/esm/*"
],
"./extensions": [
"extensions": [
"./build/esm/extensions/index.js"
],
"./view/*": [
"view/*": [
"./build/esm/view/*"
],
"./bundle/*": [
"bundle/*": [
"./build/esm/bundle/*"
]
}
Expand Down

0 comments on commit 66dbcc5

Please sign in to comment.