Skip to content

Commit

Permalink
fix: fixes build with update vplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jun 23, 2019
1 parent 41e3159 commit f7c0a23
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 171 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"docs:build": "vue-cli-service docs --mode build",
"docs:preview": "http-server docs/.vuepress/dist",
"release": "standard-version && git push --follow-tags && npm publish",
"release:next": "standard-version --prerelease next && git push --follow-tags origin dev && npm publish --tag next"
"release:next": "standard-version --prerelease next && git push --follow-tags origin dev && npm publish --tag next",
"update:vp": "yarn upgrade vue-cli-plugin-vplugin"
},
"standard-version": {
"scripts": {
Expand Down Expand Up @@ -98,7 +99,7 @@
"sass-loader": "^7.1.0",
"standard-version": "^6.0.1",
"vue": "^2.6.10",
"vue-cli-plugin-vplugin": "next",
"vue-cli-plugin-vplugin": "latest",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.5.21",
"vuepress-plugin-demo-block": "^0.7.2",
Expand Down

0 comments on commit f7c0a23

Please sign in to comment.