Skip to content

Commit f683bee

Browse files
authored
chore: update jsii-calc-bundler nohoist
Make sure it's transitive dependencies are also not hoisted.
1 parent 4752686 commit f683bee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"packages/*"
2727
],
2828
"nohoist": [
29-
"**/jsii-calc-bundled"
29+
"**/jsii-calc-bundled",
30+
"**/jsii-calc-bundled/**"
3031
]
3132
}
3233
}

0 commit comments

Comments
 (0)