Skip to content

Commit 623851c

Browse files
committed
version: 1.3.6
1 parent d25297d commit 623851c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/hooks/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-hooks-plus",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Vue hooks library",
55
"files": [
66
"dist",
@@ -23,8 +23,7 @@
2323
"scripts": {
2424
"initial": "initial-scan .docs",
2525
"docs:dev": " vitepress dev .docs --host",
26-
"docs:build": "cross-env BASE_URL=/docs vhp-vitepress build .docs",
27-
"docs:build-ip": "cross-env vhp-vitepress build .docs",
26+
"docs:build": "cross-env vhp-vitepress build .docs",
2827
"docs:serve": "vitepress serve .docs --host",
2928
"clean": "rimraf dist lib es",
3029
"build": "npm run clean && vue-tsc --noEmit && vite build",

0 commit comments

Comments
 (0)