Skip to content

Commit edb6df6

Browse files
committed
docs: Update vuepress-theme
1 parent d04b822 commit edb6df6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:es": "rollup --config rollup.config.prod.js --format es --file dist/vue-announcer.esm.js",
1313
"build:unpkg": "rollup --config rollup.config.prod.js --format iife --file dist/vue-announcer.min.js",
1414
"docs": "vuepress dev docs",
15-
"docs:build": "vuepress build docs",
15+
"docs:build": "vuepress build docs --no-cache",
1616
"docs:publish": "surge docs/.vuepress/dist https://vue-announcer-v2.surge.sh",
1717
"release": "standard-version",
1818
"test": "cypress run",
@@ -82,7 +82,7 @@
8282
"vue-jest": "^3.0.5",
8383
"vue-template-compiler": "^2.6.11",
8484
"vuepress": "^1.3.1",
85-
"vuepress-theme-default-vue-a11y": "^0.1.5"
85+
"vuepress-theme-default-vue-a11y": "^0.1.7"
8686
},
8787
"directories": {
8888
"doc": "docs",

0 commit comments

Comments
 (0)