Skip to content

Commit

Permalink
Update package.json files for new format
Browse files Browse the repository at this point in the history
(npm pkg fix)
  • Loading branch information
tomayac committed May 28, 2024
1 parent e679d30 commit b001f20
Show file tree
Hide file tree
Showing 19 changed files with 74 additions and 19 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@
"test_node": "gulp test_node",
"test_server": "gulp test_server",
"version": "gulp build && git add -A packages"
}
},
"version": ""
}
5 changes: 4 additions & 1 deletion packages/workbox-background-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-broadcast-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
},
"author": "Google's Web DevRel Team and Google's Aurora Team",
"license": "MIT",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/GoogleChrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"dependencies": {
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-cacheable-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
},
"author": "Google's Web DevRel Team and Google's Aurora Team",
"license": "MIT",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cli",
"dependencies": {
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "This module is used by a number of the other Workbox modules to share common code.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-expiration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-navigation-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-precaching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "This module efficiently precaches assets.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-range-requests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "This library creates a new Response, given a source Response and a Range header value.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "A service worker helper library to manage common request and caching patterns",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "A service worker helper library to route request URLs to handlers.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-strategies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "A service worker helper library implementing common caching strategies.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "A library that makes it easier to work with Streams in the browser.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-sw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "This module makes it easy to get started with the Workbox service worker libraries.",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion packages/workbox-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
},
"author": "Google's Web DevRel Team and Google's Aurora Team",
"license": "MIT",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/GoogleChrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox"
}
5 changes: 4 additions & 1 deletion packages/workbox-window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "Simplifies communications with Workbox packages running in the service worker",
"repository": "googlechrome/workbox",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
Expand Down

0 comments on commit b001f20

Please sign in to comment.