Skip to content

Commit

Permalink
chore(ship): v2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jun 28, 2018
1 parent 886ae88 commit 02bf246
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/vue",
"description": "CoreUI Vue Bootstrap 4 layout components",
"version": "2.0.0-beta.2",
"version": "2.0.0-rc.0",
"license": "MIT",
"main": "dist/coreui-vue.common.js",
"module": "dist/coreui-vue.esm.js",
Expand Down Expand Up @@ -100,7 +100,9 @@
"vue": "^2.5.16",
"vue-jest": "^2.6.0",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16"
"vue-server-renderer": "^2.5.16",
"vue-template-compiler": "^2.5.16",
"vue-test-utils": "^1.0.0-beta.11"
},
"lint-staged": {
"*.{js,vue}": [
Expand Down

0 comments on commit 02bf246

Please sign in to comment.