Skip to content

Commit

Permalink
🚑 Fix for Astro v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rdwz committed Dec 29, 2023
1 parent b6a02e7 commit c83835b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build": "astro check &&astro build",
"preview": "astro preview",
"astro": "astro",
"preinstall": "npx only-allow bun"
},
"dependencies": {
"astro": "^3.0.0",
"astro": "^4.0.0",
"astro-beam": "../"
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-beam",
"version": "1.1.1",
"version": "1.1.2",
"description": "BeamAnalytics integration for Astro",
"type": "module",
"exports": {
Expand All @@ -16,6 +16,7 @@
"analytics",
"beam",
"tracking",
"webanalytics",
"withastro"
],
"author": {
Expand All @@ -38,6 +39,6 @@
"url": "git+https://github.com/advanced-astro/astro-beam.git"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0"
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0"
}
}

0 comments on commit c83835b

Please sign in to comment.