Skip to content

Commit fc1388a

Browse files
committed
Fix: docs project deploy bug
1 parent 32b7918 commit fc1388a

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

docs/package.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"name": "chartjs-draggable-select-range-daocumentation",
3-
"version": "0.0.1",
4-
"description": "A VuePress project",
5-
"license": "MIT",
6-
"type": "module",
7-
"scripts": {
8-
"docs:build": "vuepress build docs",
9-
"docs:clean-dev": "vuepress dev docs --clean-cache",
10-
"docs:dev": "vuepress dev docs",
11-
"docs:update-package": "npx vp-update"
12-
},
13-
"devDependencies": {
14-
"@vuepress/bundler-vite": "^2.0.0-rc.7",
15-
"@vuepress/theme-default": "^2.0.0-rc.11",
16-
"sass-embedded": "^1.78.0",
17-
"vue": "^3.4.0",
18-
"vuepress": "^2.0.0-rc.7"
19-
}
2+
"name": "vue-persian-calendar-datepicker-daocumentation",
3+
"version": "0.0.1",
4+
"description": "A VuePress project",
5+
"license": "MIT",
6+
"type": "module",
7+
"buildCommand": "npm run build",
8+
"outputDirectory": "docs/.vuepress/dist",
9+
"scripts": {
10+
"build": "vuepress build docs",
11+
"docs:build": "vuepress build docs",
12+
"docs:clean-dev": "vuepress dev docs --clean-cache",
13+
"docs:dev": "vuepress dev docs",
14+
"docs:update-package": "npx vp-update"
15+
},
16+
"devDependencies": {
17+
"@vuepress/bundler-vite": "^2.0.0-rc.7",
18+
"@vuepress/theme-default": "^2.0.0-rc.11",
19+
"sass-embedded": "^1.78.0",
20+
"vue": "^3.4.0",
21+
"vuepress": "^2.0.0-rc.7"
22+
}
2023
}

0 commit comments

Comments
 (0)