diff options
Diffstat (limited to 'packages/integrations/prefetch/package.json')
-rw-r--r-- | packages/integrations/prefetch/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index c25a92802..794415b32 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/prefetch", "description": "Faster page navigations by prefetching links when the browser is idle.", - "version": "0.0.5", + "version": "0.0.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |