From b001f20c408a738159ea63b78d8c4cdb49721415 Mon Sep 17 00:00:00 2001 From: Thomas Steiner Date: Tue, 28 May 2024 10:17:06 +0200 Subject: [PATCH] Update package.json files for new format (npm pkg fix) --- package.json | 3 ++- packages/workbox-background-sync/package.json | 5 ++++- packages/workbox-broadcast-update/package.json | 5 ++++- packages/workbox-build/package.json | 5 ++++- packages/workbox-cacheable-response/package.json | 5 ++++- packages/workbox-cli/package.json | 5 ++++- packages/workbox-core/package.json | 5 ++++- packages/workbox-expiration/package.json | 5 ++++- packages/workbox-google-analytics/package.json | 5 ++++- packages/workbox-navigation-preload/package.json | 5 ++++- packages/workbox-precaching/package.json | 5 ++++- packages/workbox-range-requests/package.json | 5 ++++- packages/workbox-recipes/package.json | 5 ++++- packages/workbox-routing/package.json | 5 ++++- packages/workbox-strategies/package.json | 5 ++++- packages/workbox-streams/package.json | 5 ++++- packages/workbox-sw/package.json | 5 ++++- packages/workbox-webpack-plugin/package.json | 5 ++++- packages/workbox-window/package.json | 5 ++++- 19 files changed, 74 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index d636da7b0..df347779f 100644 --- a/package.json +++ b/package.json @@ -124,5 +124,6 @@ "test_node": "gulp test_node", "test_server": "gulp test_server", "version": "gulp build && git add -A packages" - } + }, + "version": "" } diff --git a/packages/workbox-background-sync/package.json b/packages/workbox-background-sync/package.json index 3e4685b51..1afb11924 100644 --- a/packages/workbox-background-sync/package.json +++ b/packages/workbox-background-sync/package.json @@ -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": [ diff --git a/packages/workbox-broadcast-update/package.json b/packages/workbox-broadcast-update/package.json index da0d0fb77..eb03a39eb 100644 --- a/packages/workbox-broadcast-update/package.json +++ b/packages/workbox-broadcast-update/package.json @@ -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": [ diff --git a/packages/workbox-build/package.json b/packages/workbox-build/package.json index 6d6475776..1b8cb4247 100644 --- a/packages/workbox-build/package.json +++ b/packages/workbox-build/package.json @@ -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": { diff --git a/packages/workbox-cacheable-response/package.json b/packages/workbox-cacheable-response/package.json index f77c9e96e..17ecdb9a1 100755 --- a/packages/workbox-cacheable-response/package.json +++ b/packages/workbox-cacheable-response/package.json @@ -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": [ diff --git a/packages/workbox-cli/package.json b/packages/workbox-cli/package.json index 297ffe46d..1f64367c4 100644 --- a/packages/workbox-cli/package.json +++ b/packages/workbox-cli/package.json @@ -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": { diff --git a/packages/workbox-core/package.json b/packages/workbox-core/package.json index 9941dc7f8..81d50dfa2 100644 --- a/packages/workbox-core/package.json +++ b/packages/workbox-core/package.json @@ -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": [ diff --git a/packages/workbox-expiration/package.json b/packages/workbox-expiration/package.json index c4ee1f58f..b7dee0bd2 100644 --- a/packages/workbox-expiration/package.json +++ b/packages/workbox-expiration/package.json @@ -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": [ diff --git a/packages/workbox-google-analytics/package.json b/packages/workbox-google-analytics/package.json index f79a4a057..30e519772 100644 --- a/packages/workbox-google-analytics/package.json +++ b/packages/workbox-google-analytics/package.json @@ -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": [ diff --git a/packages/workbox-navigation-preload/package.json b/packages/workbox-navigation-preload/package.json index 5209e246d..66aee457d 100755 --- a/packages/workbox-navigation-preload/package.json +++ b/packages/workbox-navigation-preload/package.json @@ -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": [ diff --git a/packages/workbox-precaching/package.json b/packages/workbox-precaching/package.json index 77f0aa143..00fb3fe0d 100644 --- a/packages/workbox-precaching/package.json +++ b/packages/workbox-precaching/package.json @@ -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": [ diff --git a/packages/workbox-range-requests/package.json b/packages/workbox-range-requests/package.json index bc495f2d3..d87e45491 100755 --- a/packages/workbox-range-requests/package.json +++ b/packages/workbox-range-requests/package.json @@ -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": [ diff --git a/packages/workbox-recipes/package.json b/packages/workbox-recipes/package.json index 04a8c801b..7804aea2f 100644 --- a/packages/workbox-recipes/package.json +++ b/packages/workbox-recipes/package.json @@ -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": [ diff --git a/packages/workbox-routing/package.json b/packages/workbox-routing/package.json index c6cb86c0e..3f8b1be57 100644 --- a/packages/workbox-routing/package.json +++ b/packages/workbox-routing/package.json @@ -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": [ diff --git a/packages/workbox-strategies/package.json b/packages/workbox-strategies/package.json index b0c4113cd..3218afa29 100644 --- a/packages/workbox-strategies/package.json +++ b/packages/workbox-strategies/package.json @@ -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": [ diff --git a/packages/workbox-streams/package.json b/packages/workbox-streams/package.json index 27d1c96fe..2e45861a1 100644 --- a/packages/workbox-streams/package.json +++ b/packages/workbox-streams/package.json @@ -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": [ diff --git a/packages/workbox-sw/package.json b/packages/workbox-sw/package.json index 0513e0ddb..99cc4ec3e 100644 --- a/packages/workbox-sw/package.json +++ b/packages/workbox-sw/package.json @@ -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": [ diff --git a/packages/workbox-webpack-plugin/package.json b/packages/workbox-webpack-plugin/package.json index ae16cd432..9f3621cc5 100644 --- a/packages/workbox-webpack-plugin/package.json +++ b/packages/workbox-webpack-plugin/package.json @@ -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" } diff --git a/packages/workbox-window/package.json b/packages/workbox-window/package.json index 63387f18a..fac75444e 100644 --- a/packages/workbox-window/package.json +++ b/packages/workbox-window/package.json @@ -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": [