Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
edisdev committed Jun 20, 2021
2 parents 6fda1cc + 4a6c89b commit 0649131
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-datepicker-ui",
"author": "edisdev <edisdev14@gmail.com>",
"version": "2.0.2",
"version": "2.0.3",
"private": false,
"main": "./lib/vuedatepickerui.umd.js",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"deploy": "vue-cli-service build --dest ./docs"
},
"peerDependencies": {
"vue": "^2.5.17"
"vue": "^2.6.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
Expand Down Expand Up @@ -63,7 +63,6 @@
"not ie <= 8"
],
"dependencies": {
"calendar-data-generate": "^1.0.3",
"vue": "^2.6.14"
"calendar-data-generate": "^1.0.3"
}
}

0 comments on commit 0649131

Please sign in to comment.