Skip to content

Commit 81aaf7d

Browse files
committed
Astro 5 support
1 parent a758cda commit 81aaf7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-lazy-youtube-embed",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Embed YouTube videos with a static placeholder which only embeds when you click",
55
"type": "module",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"lazy"
2222
],
2323
"peerDependencies": {
24-
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta"
24+
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta"
2525
},
2626
"homepage": "https://github.com/insin/astro-lazy-youtube-embed#readme",
2727
"repository": {

0 commit comments

Comments
 (0)