Skip to content

Commit

Permalink
fix(injectManifest): astro with env files not working (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Mar 21, 2024
1 parent 77d05b0 commit fb7ae4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/astro",
"type": "module",
"version": "0.3.0",
"packageManager": "[email protected].3",
"packageManager": "[email protected].5",
"description": "Zero-config PWA for Astro",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -44,15 +44,15 @@
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"astro": "^1.6.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"vite-plugin-pwa": ">=0.19.0 <1"
"vite-plugin-pwa": ">=0.19.6 <1"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
"optional": true
}
},
"dependencies": {
"vite-plugin-pwa": ">=0.19.0 <1"
"vite-plugin-pwa": ">=0.19.6 <1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb7ae4d

Please sign in to comment.