We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffadeb commit f374d61Copy full SHA for f374d61
2 files changed
cli/build/config/output/web-types.json
@@ -694,6 +694,12 @@
694
"type": "number",
695
"default": "1500"
696
},
697
+ {
698
+ "name": "size",
699
+ "description": "logo size",
700
+ "type": "number",
701
+ "default": "100"
702
+ },
703
{
704
"name": "mask",
705
"description": "with mask or not",
lib/package.json
@@ -51,11 +51,11 @@
51
52
"repository": {
53
"type": "git",
54
- "url": "git+https://github.com/janghood/shuimo-ui.git"
+ "url": "git+https://github.com/shuimo-design/shuimo-ui.git"
55
56
"web-types": "web-types.json",
57
"bugs": {
58
- "url": "https://github.com/janghood/shuimo-ui/issues"
+ "url": "https://github.com/shuimo-design/shuimo-ui/issues"
59
60
"homepage": "https://shuimo.design"
61
}
0 commit comments