File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,8 @@ npm i vue-my-photos --save
22
22
23
23
### Via CDN:
24
24
``` html
25
- <!-- In <head> -->
26
- <meta rel =" stylesheet" href =" https://unpkg.com/vue-my-photos/dist/lightbox.css" >
27
25
<!-- In <body>, after Vue import -->
28
- <script src =" https://unpkg.com/vue-my-photos/dist/lightbox.js" ></script >
26
+ <script src =" https://unpkg.com/vue-my-photos/dist/lightbox.min. js" ></script >
29
27
```
30
28
31
29
## Setup
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-my-photos" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Simple lightbox component for Vue 3 applications" ,
5
5
"author" : " Andrew McGrath" ,
6
6
"scripts" : {
41
41
"rollup-plugin-terser" : " ^7.0.2" ,
42
42
"rollup-plugin-vue" : " ^6.0.0-beta.10" ,
43
43
"typescript" : " ^3.8.3" ,
44
- "vue" : " ^3.0.0"
45
- },
46
- "peerDependencies" : {
47
- "vue" : " ^3.0.0"
44
+ "vue" : " ^3.0.5"
48
45
},
49
46
"engines" : {
50
47
"node" : " >=10"
64
61
"type" : " git" ,
65
62
"url" : " git://github.com/am283721/vue-my-photos.git"
66
63
}
67
- }
64
+ }
You can’t perform that action at this time.
0 commit comments