Skip to content

Commit 4efd8cc

Browse files
authored
fix: issue where npm v8.8+ doesn't include tslib (#2049)
1 parent 6545276 commit 4efd8cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"files": [
3737
"dist",
38+
"dist/esm/node_modules",
3839
"legacy",
3940
"internal",
4041
"LICENSE"

packages/ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"files": [
2626
"dist",
27+
"dist/esm/node_modules",
2728
"LICENSE"
2829
],
2930
"scripts": {

0 commit comments

Comments
 (0)