Skip to content

Commit f9631b4

Browse files
committed
feat: rename to uui-button-copy-text and add dependencies
1 parent f9087d8 commit f9631b4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

packages/uui-text-copy/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@umbraco-ui/uui-text-copy",
2+
"name": "@umbraco-ui/uui-button-copy-text",
33
"version": "0.0.0",
44
"license": "MIT",
55
"keywords": [
@@ -10,11 +10,11 @@
1010
"Lit",
1111
"Text Copy"
1212
],
13-
"description": "Umbraco UI text-copy component",
13+
"description": "Umbraco UI button text-copy component",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/umbraco/Umbraco.UI.git",
17-
"directory": "packages/uui-text-copy"
17+
"directory": "packages/uui-button-copy-text"
1818
},
1919
"bugs": {
2020
"url": "https://github.com/umbraco/Umbraco.UI/issues"
@@ -30,7 +30,9 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "1.12.2"
33+
"@umbraco-ui/uui-base": "1.12.2",
34+
"@umbraco-ui/uui-button": "1.12.2",
35+
"@umbraco-ui/uui-icon": "1.12.2"
3436
},
3537
"scripts": {
3638
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -40,5 +42,5 @@
4042
"publishConfig": {
4143
"access": "public"
4244
},
43-
"homepage": "https://uui.umbraco.com/?path=/story/uui-text-copy"
45+
"homepage": "https://uui.umbraco.com/?path=/story/uui-button-copy-text"
4446
}

0 commit comments

Comments
 (0)