We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a758cda commit 81aaf7dCopy full SHA for 81aaf7d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "astro-lazy-youtube-embed",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"description": "Embed YouTube videos with a static placeholder which only embeds when you click",
5
"type": "module",
6
"license": "MIT",
@@ -21,7 +21,7 @@
21
"lazy"
22
],
23
"peerDependencies": {
24
- "astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta"
+ "astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta"
25
},
26
"homepage": "https://github.com/insin/astro-lazy-youtube-embed#readme",
27
"repository": {
0 commit comments