From e1330ca7acb95e8b26786ff46b1f79208f5b12f1 Mon Sep 17 00:00:00 2001 From: Andrew McGrath Date: Wed, 13 Jan 2021 13:38:38 +0100 Subject: [PATCH] Update vue dependency version to 3.0.5 Vue wasn't properly emitting events in 3.0.0. --- README.md | 4 +--- package.json | 9 +++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ab94213..386717c 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,8 @@ npm i vue-my-photos --save ### Via CDN: ```html - - - + ``` ## Setup diff --git a/package.json b/package.json index bfa07b9..0b842f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-my-photos", - "version": "3.0.0", + "version": "3.0.1", "description": "Simple lightbox component for Vue 3 applications", "author": "Andrew McGrath", "scripts": { @@ -41,10 +41,7 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-vue": "^6.0.0-beta.10", "typescript": "^3.8.3", - "vue": "^3.0.0" - }, - "peerDependencies": { - "vue": "^3.0.0" + "vue": "^3.0.5" }, "engines": { "node": ">=10" @@ -64,4 +61,4 @@ "type": "git", "url": "git://github.com/am283721/vue-my-photos.git" } -} +} \ No newline at end of file