Skip to content

Commit 336e490

Browse files
committed
buld: bump vuepress-theme-default-vue-a11y from 0.1.13 to 0.1.15
1 parent d4807d1 commit 336e490

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

demo/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import VueAxe from '../vue-axe'
33
import App from './App.vue'
44
import router from './router'
55

6-
// Don't use this plugin in production => if (process.env.NODE_ENV !== 'production')
6+
// Use this plugin only development => if (process.env.NODE_ENV === 'development')
77
Vue.use(VueAxe)
88
Vue.config.productionTip = false
99

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"vue": "^2.6.11",
9090
"vue-template-compiler": "^2.6.11",
9191
"vuepress": "^1.5.0",
92-
"vuepress-theme-default-vue-a11y": "^0.1.13",
92+
"vuepress-theme-default-vue-a11y": "^0.1.15",
9393
"watchpack": "^1.6.1"
9494
},
9595
"peerDependencies": {

0 commit comments

Comments
 (0)