Skip to content

Commit

Permalink
Merge pull request #6 from coreui/dev-v2-beta-2
Browse files Browse the repository at this point in the history
chore: dependencies cleanup
  • Loading branch information
xidedix authored Jun 6, 2018
2 parents f6d8868 + 1c30717 commit b7bb36c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"main": "dist/coreui-vue.common.js",
"module": "dist/coreui-vue.esm.js",
Expand Down Expand Up @@ -59,7 +59,6 @@
"lint:fix": "eslint --ext .js,.vue . --fix"
},
"dependencies": {
"@coreui/coreui": "^2.0.1",
"vue-perfect-scrollbar": "^0.1.0"
},
"devDependencies": {
Expand Down Expand Up @@ -96,7 +95,7 @@
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-vue": "^4.2.0",
"sass-loader": "^7.0.2",
"sass-loader": "^7.0.3",
"uglify-es": "^3.3.9",
"vue": "^2.5.16",
"vue-jest": "^2.6.0",
Expand Down

0 comments on commit b7bb36c

Please sign in to comment.