Skip to content

Commit

Permalink
upgrade vuepress version
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmeow committed Jun 28, 2019
1 parent eb46e51 commit b6fe9e5
Show file tree
Hide file tree
Showing 2 changed files with 7,243 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -18,9 +18,10 @@
},
"homepage": "https://github.com/vuevixens/docs/#readme",
"dependencies": {
"vuepress": "^0.14.10"
"vuepress": "^1.0.0-rc.1"
},
"scripts": {
"docs:build": "vuepress build"
"docs:build": "vuepress build",
"dev": "vuepress dev"
}
}

0 comments on commit b6fe9e5

Please sign in to comment.