Skip to content

Commit ad82a8e

Browse files
author
stefanBid
committed
chore: update package.json with enhanced description, keywords, and repository information
1 parent dcffdf0 commit ad82a8e

File tree

1 file changed

+29
-18
lines changed

1 file changed

+29
-18
lines changed

package.json

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
11
{
22
"name": "sb-floating-panel-vue",
33
"version": "1.0.0",
4-
"description": "A lightweight Vue 3 composable hook built on top of @floating-ui/vue to manage floating panels with arrow and resize support.",
4+
"description": "A flexible and lightweight Vue 3 floating panel system powered by @floating-ui/vue — includes composable hooks and plug-and-play components with arrow and resize support.",
5+
"keywords": [
6+
"vue",
7+
"vue3",
8+
"floating-ui",
9+
"floating panel",
10+
"tooltip",
11+
"popover",
12+
"dropdown",
13+
"floating",
14+
"positioning",
15+
"arrow",
16+
"teleport",
17+
"resize",
18+
"resize-observer",
19+
"vue-components",
20+
"composable",
21+
"vue-library"
22+
],
23+
"author": "Stefano Biddau",
24+
"license": "MIT",
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/stefanBid/sb-floating-panel-vue"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/stefanBid/sb-floating-panel-vue/issues"
31+
},
32+
"homepage": "https://github.com/stefanBid/sb-floating-panel-vue#readme",
533
"main": "dist/sb-floating-panel.umd.js",
634
"module": "dist/sb-floating-panel.es.js",
735
"types": "dist/index.d.ts",
@@ -30,23 +58,6 @@
3058
"lint": "eslint . --ext .ts",
3159
"check": "vue-tsc --noEmit"
3260
},
33-
"keywords": [
34-
"vue",
35-
"floating-ui",
36-
"hook",
37-
"composable",
38-
"floating panel"
39-
],
40-
"author": "Stefano Biddau",
41-
"license": "MIT",
42-
"repository": {
43-
"type": "git",
44-
"url": "https://github.com/stefanBid/sb-floating-panel-vue"
45-
},
46-
"bugs": {
47-
"url": "https://github.com/stefanBid/sb-floating-panel-vue/issues"
48-
},
49-
"homepage": "https://github.com/stefanBid/sb-floating-panel-vue#readme",
5061
"peerDependencies": {
5162
"vue": "^3.5.13"
5263
},

0 commit comments

Comments
 (0)