Skip to content

Commit b001f20

Browse files
committed
Update package.json files for new format
(npm pkg fix)
1 parent e679d30 commit b001f20

File tree

19 files changed

+74
-19
lines changed

19 files changed

+74
-19
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@
124124
"test_node": "gulp test_node",
125125
"test_server": "gulp test_server",
126126
"version": "gulp build && git add -A packages"
127-
}
127+
},
128+
"version": ""
128129
}

packages/workbox-background-sync/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
7-
"repository": "googlechrome/workbox",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/googlechrome/workbox.git"
10+
},
811
"bugs": "https://github.com/googlechrome/workbox/issues",
912
"homepage": "https://github.com/GoogleChrome/workbox",
1013
"keywords": [

packages/workbox-broadcast-update/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
7-
"repository": "googlechrome/workbox",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/googlechrome/workbox.git"
10+
},
811
"bugs": "https://github.com/googlechrome/workbox/issues",
912
"homepage": "https://github.com/GoogleChrome/workbox",
1013
"keywords": [

packages/workbox-build/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
},
1717
"author": "Google's Web DevRel Team and Google's Aurora Team",
1818
"license": "MIT",
19-
"repository": "googlechrome/workbox",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/googlechrome/workbox.git"
22+
},
2023
"bugs": "https://github.com/GoogleChrome/workbox/issues",
2124
"homepage": "https://github.com/GoogleChrome/workbox",
2225
"dependencies": {

packages/workbox-cacheable-response/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
7-
"repository": "googlechrome/workbox",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/googlechrome/workbox.git"
10+
},
811
"bugs": "https://github.com/googlechrome/workbox/issues",
912
"homepage": "https://github.com/GoogleChrome/workbox",
1013
"keywords": [

packages/workbox-cli/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
},
2323
"author": "Google's Web DevRel Team and Google's Aurora Team",
2424
"license": "MIT",
25-
"repository": "googlechrome/workbox",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/googlechrome/workbox.git"
28+
},
2629
"bugs": "https://github.com/googlechrome/workbox/issues",
2730
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cli",
2831
"dependencies": {

packages/workbox-core/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "This module is used by a number of the other Workbox modules to share common code.",
7-
"repository": "googlechrome/workbox",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/googlechrome/workbox.git"
10+
},
811
"bugs": "https://github.com/googlechrome/workbox/issues",
912
"homepage": "https://github.com/GoogleChrome/workbox",
1013
"keywords": [

packages/workbox-expiration/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
7-
"repository": "googlechrome/workbox",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/googlechrome/workbox.git"
10+
},
811
"bugs": "https://github.com/googlechrome/workbox/issues",
912
"homepage": "https://github.com/GoogleChrome/workbox",
1013
"keywords": [

packages/workbox-google-analytics/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
7-
"repository": "googlechrome/workbox",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/googlechrome/workbox.git"
10+
},
811
"bugs": "https://github.com/googlechrome/workbox/issues",
912
"homepage": "https://github.com/GoogleChrome/workbox",
1013
"keywords": [

packages/workbox-navigation-preload/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"license": "MIT",
55
"author": "Google's Web DevRel Team and Google's Aurora Team",
66
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
7-
"repository": "googlechrome/workbox",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/googlechrome/workbox.git"
10+
},
811
"bugs": "https://github.com/googlechrome/workbox/issues",
912
"homepage": "https://github.com/GoogleChrome/workbox",
1013
"keywords": [

0 commit comments

Comments
 (0)