Skip to content

Commit

Permalink
Merge pull request #272 from remix-pwa/v5-rc
Browse files Browse the repository at this point in the history
Fixing release errors
  • Loading branch information
ShafSpecs authored Oct 11, 2024
2 parents 41a06e8 + 8d3a47e commit c0247ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dev/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface PWAOptions {
* - '**script**': inject script tag into root.tsx automatically.
* - **null**: do not inject, you can manually inject it yourself via `loadServiceWorker` in your
* entry client file.
*
* @default 'script'
*/
registerSW: 'script' | null;
Expand Down
3 changes: 3 additions & 0 deletions packages/manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"homepage": "https://remix-pwa.run",
"devDependencies": {
"@remix-pwa/eslint-config": "^0.0.0",
Expand Down

0 comments on commit c0247ce

Please sign in to comment.