Skip to content

Commit 70e2741

Browse files
serhalpcursoragent
andauthored
Refactor: Update package.json repository fields (#509)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent a6c3a26 commit 70e2741

File tree

19 files changed

+95
-19
lines changed

19 files changed

+95
-19
lines changed

packages/blobs/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@
5858
},
5959
"keywords": [],
6060
"license": "MIT",
61-
"repository": "netlify/primitives",
61+
"repository": {
62+
"type": "git",
63+
"url": "https://github.com/netlify/primitives.git",
64+
"directory": "packages/blobs"
65+
},
6266
"bugs": {
6367
"url": "https://github.com/netlify/primitives/issues"
6468
},

packages/cache/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@
6262
"cachestorage"
6363
],
6464
"license": "MIT",
65-
"repository": "netlify/primitives",
65+
"repository": {
66+
"type": "git",
67+
"url": "https://github.com/netlify/primitives.git",
68+
"directory": "packages/cache"
69+
},
6670
"bugs": {
6771
"url": "https://github.com/netlify/primitives/issues"
6872
},

packages/dev-utils/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@
3636
},
3737
"keywords": [],
3838
"license": "MIT",
39-
"repository": "netlify/primitives",
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/netlify/primitives.git",
42+
"directory": "packages/dev-utils"
43+
},
4044
"bugs": {
4145
"url": "https://github.com/netlify/primitives/issues"
4246
},

packages/dev/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
},
4141
"keywords": [],
4242
"license": "MIT",
43-
"repository": "netlify/primitives",
43+
"repository": {
44+
"type": "git",
45+
"url": "https://github.com/netlify/primitives.git",
46+
"directory": "packages/dev"
47+
},
4448
"bugs": {
4549
"url": "https://github.com/netlify/primitives/issues"
4650
},

packages/edge-functions/dev/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
"edge functions"
3030
],
3131
"license": "MIT",
32-
"repository": "netlify/primitives",
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/netlify/primitives.git",
35+
"directory": "packages/edge-functions/dev"
36+
},
3337
"bugs": {
3438
"url": "https://github.com/netlify/primitives/issues"
3539
},

packages/edge-functions/prod/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
"edge functions"
3333
],
3434
"license": "MIT",
35-
"repository": "netlify/primitives",
35+
"repository": {
36+
"type": "git",
37+
"url": "https://github.com/netlify/primitives.git",
38+
"directory": "packages/edge-functions/prod"
39+
},
3640
"bugs": {
3741
"url": "https://github.com/netlify/primitives/issues"
3842
},

packages/functions/dev/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
"serverless"
3333
],
3434
"license": "MIT",
35-
"repository": "netlify/primitives",
35+
"repository": {
36+
"type": "git",
37+
"url": "https://github.com/netlify/primitives.git",
38+
"directory": "packages/functions/dev"
39+
},
3640
"bugs": {
3741
"url": "https://github.com/netlify/primitives/issues"
3842
},

packages/functions/prod/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@
5959
},
6060
"keywords": [],
6161
"license": "MIT",
62-
"repository": "netlify/primitives",
62+
"repository": {
63+
"type": "git",
64+
"url": "https://github.com/netlify/primitives.git",
65+
"directory": "packages/functions/prod"
66+
},
6367
"bugs": {
6468
"url": "https://github.com/netlify/primitives/issues"
6569
},

packages/headers/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
"headers"
2727
],
2828
"license": "MIT",
29-
"repository": "netlify/primitives",
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/netlify/primitives.git",
32+
"directory": "packages/headers"
33+
},
3034
"bugs": {
3135
"url": "https://github.com/netlify/primitives/issues"
3236
},

packages/images/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
},
2424
"keywords": [],
2525
"license": "MIT",
26-
"repository": "netlify/primitives",
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/netlify/primitives.git",
29+
"directory": "packages/images"
30+
},
2731
"bugs": {
2832
"url": "https://github.com/netlify/primitives/issues"
2933
},

0 commit comments

Comments
 (0)