Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Use directory subkey in package.json repository
Browse files Browse the repository at this point in the history
Specifying the "directory" key should allow for deep-linking by tools
such as Dependabot.
  • Loading branch information
sambostock committed Jan 12, 2020
1 parent c28ef5b commit b88f11d
Show file tree
Hide file tree
Showing 72 changed files with 360 additions and 73 deletions.
6 changes: 5 additions & 1 deletion packages/address-consts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/address-consts",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/address-consts"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/address-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/address-mocks",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/address-mocks"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/address",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/address"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/admin-graphql-api-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/admin-graphql-api-utilities",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/admin-graphql-api-utilities"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/ast-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/ast-utilities",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/ast-utilities"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/async",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/async"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/csrf-token-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/csrf-token-fetcher",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/csrf-token-fetcher"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/css-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/css-utilities",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/css-utilities"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/dates",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/dates"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/decorators",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/decorators"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/enzyme-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/enzyme-utilities",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/enzyme-utilities"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/function-enhancers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/function-enhancers",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/function-enhancers"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/graphql-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/graphql-persisted",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/graphql-persisted"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/graphql-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/graphql-testing",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/graphql-testing"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/i18n",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/i18n"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/jest-dom-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/jest-dom-mocks",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/jest-dom-mocks"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/jest-koa-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/jest-koa-mocks",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/jest-koa-mocks"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/jest-mock-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/jest-mock-apollo",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/jest-mock-apollo"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/jest-mock-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/jest-mock-router",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/jest-mock-router"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/koa-liveness-ping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/koa-liveness-ping",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/koa-liveness-ping"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/koa-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/koa-metrics",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/koa-metrics"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/koa-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/koa-performance",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/koa-performance"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/koa-shopify-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/koa-shopify-auth",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/koa-shopify-auth"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/koa-shopify-graphql-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/koa-shopify-graphql-proxy",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/koa-shopify-graphql-proxy"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/koa-shopify-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/koa-shopify-webhooks",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/koa-shopify-webhooks"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/logger",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/logger"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/network",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/network"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/performance",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/performance"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"build": "tsc --p tsconfig.json"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/polyfills",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/polyfills"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/predicates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": "https://github.com/shopify/quilt/tree/master/packages/predicates",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/predicates"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
Expand Down
Loading

0 comments on commit b88f11d

Please sign in to comment.