Skip to content

Commit de5a910

Browse files
committed
add reference to uui-modal
1 parent 0a5717b commit de5a910

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
@@ -81,6 +81,7 @@
8181
"@umbraco-ui/uui-loader-bar": "1.2.0-rc.0",
8282
"@umbraco-ui/uui-loader-circle": "1.2.0-rc.0",
8383
"@umbraco-ui/uui-menu-item": "1.2.0-rc.0",
84+
"@umbraco-ui/uui-modal": "0.0.0",
8485
"@umbraco-ui/uui-pagination": "1.2.0-rc.0",
8586
"@umbraco-ui/uui-popover": "1.2.0-rc.0",
8687
"@umbraco-ui/uui-progress-bar": "1.2.0-rc.0",

packages/uui/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@
145145
{
146146
"path": "../uui-menu-item"
147147
},
148+
{
149+
"path": "../uui-modal"
150+
},
148151
{
149152
"path": "../uui-pagination"
150153
},

0 commit comments

Comments
 (0)