Skip to content

Commit 5a46fb0

Browse files
Add repository field to package.json files for all modules
1 parent 8a69271 commit 5a46fb0

File tree

30 files changed

+120
-7
lines changed

30 files changed

+120
-7
lines changed

core-asset-repository/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"README",
2424
"LICENSE"
2525
],
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/gridaco/figma-sdk"
29+
},
2630
"publishConfig": {
2731
"access": "public"
2832
}

core-flags-dashdash/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"README.md",
2020
"LICENSE"
2121
],
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/gridaco/figma-sdk"
25+
},
2226
"publishConfig": {
2327
"access": "public"
2428
}

core-flags/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"README.md",
3939
"LICENSE"
4040
],
41+
"repository": {
42+
"type": "git",
43+
"url": "https://github.com/gridaco/figma-sdk"
44+
},
4145
"publishConfig": {
4246
"access": "public"
4347
}

core-query/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"LICENSE",
2222
"README.md"
2323
],
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/gridaco/figma-sdk"
27+
},
2428
"publishConfig": {
2529
"access": "public"
2630
}

core-types/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"README.md",
1717
"LICENSE"
1818
],
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/gridaco/figma-sdk"
22+
},
1923
"publishConfig": {
2024
"access": "public"
2125
}

core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
"LICENSE",
4242
"README.md"
4343
],
44+
"repository": {
45+
"type": "git",
46+
"url": "https://github.com/gridaco/figma-sdk"
47+
},
4448
"publishConfig": {
4549
"access": "public"
4650
}

design-diff/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"README.md",
2626
"LICENSE"
2727
],
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/gridaco/figma-sdk"
31+
},
2832
"publishConfig": {
2933
"access": "public"
3034
}

design-sdk/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"README.md",
2121
"LICENSE"
2222
],
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/gridaco/figma-sdk"
26+
},
2327
"publishConfig": {
2428
"access": "public"
2529
}

figma-auth-store/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"passport"
1616
],
1717
"homepage": "https://github.com/gridaco/figma-sdk/",
18-
"repository": "https://github.com/gridaco/figma-sdk/tree/main/figma-auth-store/",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/gridaco/figma-sdk"
21+
},
1922
"authors": [
2023
"grida.co",
2124
"softmarshmallow <[email protected]>"

figma-checksum/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"README",
2626
"LICENSE"
2727
],
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/gridaco/figma-sdk"
31+
},
2832
"publishConfig": {
2933
"access": "public"
3034
}

0 commit comments

Comments
 (0)