We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e263e99 commit 0eaf1a4Copy full SHA for 0eaf1a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "astro-lazy-youtube-embed",
3
- "version": "0.1.0",
+ "version": "0.2.0",
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": "^1.0.0 || ^2.0.0-beta"
+ "astro": "^2.0.0 || ^3.0.0-beta"
25
},
26
"homepage": "https://github.com/insin/astro-lazy-youtube-embed#readme",
27
"repository": {
0 commit comments