From e0c9f12a2a14765e9267a6c65f91aed2b7b738f9 Mon Sep 17 00:00:00 2001 From: hamilton1226 Date: Thu, 12 Jul 2018 15:44:59 -0500 Subject: [PATCH] docs: upgrade vuepress (#2296) - For: https://github.com/vuejs/vuepress/issues/645, - Preview: https://deploy-preview-2296--vue-router.netlify.com/ --- docs/.vuepress/{override.styl => style.styl} | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/.vuepress/{override.styl => style.styl} (100%) diff --git a/docs/.vuepress/override.styl b/docs/.vuepress/style.styl similarity index 100% rename from docs/.vuepress/override.styl rename to docs/.vuepress/style.styl diff --git a/package.json b/package.json index 97c0fccb3..00e8c054d 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "vue": "^2.5.16", "vue-loader": "^15.2.1", "vue-template-compiler": "^2.5.16", - "vuepress": "^0.10.2", + "vuepress": "^0.12.0", "vuepress-theme-vue": "^1.0.3", "webpack": "^4.9.0", "webpack-dev-middleware": "^3.1.3"