Skip to content

Commit 6120442

Browse files
committed
fix: update package name in README and version in package.json;
1 parent ac9bc3e commit 6120442

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
# Installation
1010

1111
```
12-
npm install @douxcode/vue-bottom-sheet
12+
npm install @douxcode/vue-spring-bottom-sheet
13+
```
14+
15+
```
16+
bun i @douxcode/vue-spring-bottom-sheet
1317
```
1418

1519
# Getting started

package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/megaarmos/vue-spring-bottom-sheet/issues"
3333
},
3434
"private": false,
35-
"version": "1.1.1",
35+
"version": "1.1.4",
3636
"type": "module",
3737
"exports": {
3838
".": {
@@ -52,12 +52,12 @@
5252
"type-check": "vue-tsc --build",
5353
"lint": "eslint . --fix",
5454
"format": "prettier --write src/",
55-
"publish": "npm run build && npm publish --access public"
55+
"release": "npm run build && npm publish --access public"
5656
},
5757
"peerDependencies": {
58-
"vue": ">=3.3",
5958
"@vueuse/gesture": "^2.0.0",
60-
"@vueuse/motion": "^2.2.6"
59+
"@vueuse/motion": "^2.2.6",
60+
"vue": ">=3.3"
6161
},
6262
"dependencies": {
6363
"@vueuse/core": "^12.0.0",
@@ -66,17 +66,17 @@
6666
"@vueuse/motion": "^2.2.6",
6767
"focus-trap": "^7",
6868
"remeda": "^2.19.0",
69-
"vue": "^3.5.13"
69+
"vue": ">=3.3"
7070
},
7171
"devDependencies": {
72-
"ajv": "^8.17.1",
72+
"@types/node": "^22.10.2",
73+
"@vitejs/plugin-vue": "^5.2.1",
7374
"@vue/eslint-config-prettier": "^10.1.0",
7475
"@vue/eslint-config-typescript": "^14.2.0",
76+
"@vue/tsconfig": "^0.7.0",
77+
"ajv": "^8.17.1",
7578
"eslint": "^9.17.0",
7679
"eslint-plugin-vue": "^9.32.0",
77-
"@types/node": "^22.10.2",
78-
"@vitejs/plugin-vue": "^5.2.1",
79-
"@vue/tsconfig": "^0.7.0",
8080
"prettier": "^3.4.2",
8181
"typescript": "~5.6.2",
8282
"vite": "^6.0.1",
@@ -87,5 +87,8 @@
8787
"dist",
8888
"README.md",
8989
"LICENSE"
90-
]
90+
],
91+
"publishConfig": {
92+
"access": "public"
93+
}
9194
}

0 commit comments

Comments
 (0)