Skip to content

Commit

Permalink
Add Aurora team to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed May 28, 2024
1 parent 387a6fe commit e679d30
Show file tree
Hide file tree
Showing 26 changed files with 1,086 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Google's Web DevRel Team",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"bugs": {
"url": "https://github.com/GoogleChrome/workbox/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "workbox-background-sync",
"version": "7.1.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "workbox-broadcast-update",
"version": "7.1.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
Expand Down
298 changes: 3 additions & 295 deletions packages/workbox-build/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/workbox-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-build",
"version": "7.1.0",
"version": "7.1.1",
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
"keywords": [
"workbox",
Expand All @@ -14,7 +14,7 @@
"engines": {
"node": ">=16.0.0"
},
"author": "Google's Web DevRel Team",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"license": "MIT",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/GoogleChrome/workbox/issues",
Expand Down
Loading

0 comments on commit e679d30

Please sign in to comment.