Skip to content

Commit

Permalink
Update vue dependency version to 3.0.5
Browse files Browse the repository at this point in the history
Vue wasn't properly emitting events in 3.0.0.
  • Loading branch information
am283721 committed Jan 13, 2021
1 parent 84e2d67 commit e1330ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ npm i vue-my-photos --save

### Via CDN:
```html
<!-- In <head> -->
<meta rel="stylesheet" href="https://unpkg.com/vue-my-photos/dist/lightbox.css">
<!-- In <body>, after Vue import -->
<script src="https://unpkg.com/vue-my-photos/dist/lightbox.js"></script>
<script src="https://unpkg.com/vue-my-photos/dist/lightbox.min.js"></script>
```

## Setup
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand All @@ -64,4 +61,4 @@
"type": "git",
"url": "git://github.com/am283721/vue-my-photos.git"
}
}
}

0 comments on commit e1330ca

Please sign in to comment.