Skip to content

Commit cbb74c6

Browse files
committed
fix(uui): add missing reference to uui-popover
This ensures that the uui package can be built externally. Ref #194
1 parent a26e348 commit cbb74c6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"@umbraco-ui/uui-loader-circle": "0.1.1",
7272
"@umbraco-ui/uui-menu-item": "0.1.1",
7373
"@umbraco-ui/uui-pagination": "0.1.1",
74+
"@umbraco-ui/uui-popover": "0.1.1",
7475
"@umbraco-ui/uui-progress-bar": "0.1.1",
7576
"@umbraco-ui/uui-radio": "0.1.1",
7677
"@umbraco-ui/uui-ref": "0.1.1",

packages/uui/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
{
119119
"path": "../uui-pagination"
120120
},
121+
{
122+
"path": "../uui-popover"
123+
},
121124
{
122125
"path": "../uui-progress-bar"
123126
},

0 commit comments

Comments
 (0)