@shibui-ui/ui 1.14.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shibui-ui/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"analyze": "cem analyze --litelement --exclude dist",
|
|
61
61
|
"generate:wrappers": "tsx scripts/generate-wrappers.ts",
|
|
62
62
|
"build": "pnpm run clean && vite build && tsc && pnpm run analyze && pnpm run generate:wrappers",
|
|
63
|
-
"deploy": "firebase
|
|
63
|
+
"deploy": "firebase deploy --only hosting:storybook --project lib-ui-b67c5"
|
|
64
64
|
},
|
|
65
65
|
"keywords": [
|
|
66
66
|
"web-components",
|
|
@@ -91,7 +91,6 @@
|
|
|
91
91
|
"@vitest/coverage-v8": "^4.0.18",
|
|
92
92
|
"eslint": "^8.56.0",
|
|
93
93
|
"eslint-plugin-storybook": "^10.2.6",
|
|
94
|
-
"firebase-tools": "^13.0.0",
|
|
95
94
|
"husky": "^9.1.7",
|
|
96
95
|
"lint-staged": "^16.2.7",
|
|
97
96
|
"lit": "^3.0.0",
|