diff --git a/packages/blobs/package.json b/packages/blobs/package.json index ac5cc977..bb6121c5 100644 --- a/packages/blobs/package.json +++ b/packages/blobs/package.json @@ -58,7 +58,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/blobs" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/cache/package.json b/packages/cache/package.json index 8be9d187..0495567e 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -62,7 +62,11 @@ "cachestorage" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/cache" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 482f07f3..bcfdb544 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -36,7 +36,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/dev-utils" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/dev/package.json b/packages/dev/package.json index ae49ec85..a812b6f3 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -40,7 +40,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/dev" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/edge-functions/dev/package.json b/packages/edge-functions/dev/package.json index 61116c28..55e292fb 100644 --- a/packages/edge-functions/dev/package.json +++ b/packages/edge-functions/dev/package.json @@ -29,7 +29,11 @@ "edge functions" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/edge-functions/dev" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/edge-functions/prod/package.json b/packages/edge-functions/prod/package.json index 96455ca0..c3bbe95e 100644 --- a/packages/edge-functions/prod/package.json +++ b/packages/edge-functions/prod/package.json @@ -32,7 +32,11 @@ "edge functions" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/edge-functions/prod" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/functions/dev/package.json b/packages/functions/dev/package.json index f77471b5..6a22d116 100644 --- a/packages/functions/dev/package.json +++ b/packages/functions/dev/package.json @@ -32,7 +32,11 @@ "serverless" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/functions/dev" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/functions/prod/package.json b/packages/functions/prod/package.json index e21ac3af..6ca55309 100644 --- a/packages/functions/prod/package.json +++ b/packages/functions/prod/package.json @@ -59,7 +59,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/functions/prod" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/headers/package.json b/packages/headers/package.json index 7fda779c..cc8188ac 100644 --- a/packages/headers/package.json +++ b/packages/headers/package.json @@ -26,7 +26,11 @@ "headers" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/headers" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/images/package.json b/packages/images/package.json index 96466fe7..e81db57b 100644 --- a/packages/images/package.json +++ b/packages/images/package.json @@ -23,7 +23,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/images" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/nuxt-module/package.json b/packages/nuxt-module/package.json index a03f907a..8a7151ba 100644 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -44,7 +44,11 @@ "dev" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/nuxt-module" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/otel/package.json b/packages/otel/package.json index a2a2f702..1d90ebb7 100644 --- a/packages/otel/package.json +++ b/packages/otel/package.json @@ -101,7 +101,11 @@ "cdn" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/otel" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/redirects/package.json b/packages/redirects/package.json index 04faaef8..3705b4d6 100644 --- a/packages/redirects/package.json +++ b/packages/redirects/package.json @@ -23,7 +23,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/redirects" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/runtime-utils/package.json b/packages/runtime-utils/package.json index 7dc623fb..56574ca3 100644 --- a/packages/runtime-utils/package.json +++ b/packages/runtime-utils/package.json @@ -39,7 +39,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/runtime-utils" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/runtime/package.json b/packages/runtime/package.json index a070fd99..a02c8f04 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -23,7 +23,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/runtime" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/static/package.json b/packages/static/package.json index 09ddaadb..5bafe6b4 100644 --- a/packages/static/package.json +++ b/packages/static/package.json @@ -23,7 +23,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/static" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/types/package.json b/packages/types/package.json index 0c5dfb39..3e663fd0 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -23,7 +23,11 @@ }, "keywords": [], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/types" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/vite-plugin-tanstack-start/package.json b/packages/vite-plugin-tanstack-start/package.json index 92d5c03d..a381bc19 100644 --- a/packages/vite-plugin-tanstack-start/package.json +++ b/packages/vite-plugin-tanstack-start/package.json @@ -30,7 +30,11 @@ "build" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/vite-plugin-tanstack-start" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" }, diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 2a02d92f..14e794e3 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -27,7 +27,11 @@ "dev" ], "license": "MIT", - "repository": "netlify/primitives", + "repository": { + "type": "git", + "url": "https://github.com/netlify/primitives.git", + "directory": "packages/vite-plugin" + }, "bugs": { "url": "https://github.com/netlify/primitives/issues" },