Skip to content

Commit 8ca4df8

Browse files
Update package.json so plugins publish
1 parent aca16c1 commit 8ca4df8

9 files changed

Lines changed: 39 additions & 0 deletions

File tree

astro-ao3-loader/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
],
3030
"author": "FujoCoded LLC",
3131
"license": "MIT",
32+
"repository": {
33+
"type": "git",
34+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
35+
},
3236
"dependencies": {
3337
"@fujocoded/ao3.js": "^0.23.1",
3438
"ky": "^1.14.2",

astro-rehype-html-headings/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
],
3434
"author": "FujoCoded LLC",
3535
"license": "MIT",
36+
"repository": {
37+
"type": "git",
38+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
39+
},
3640
"dependencies": {
3741
"hast-util-heading-rank": "^3.0.0",
3842
"unist-util-filter": "^5.0.1",

astro-remark-collect-components/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
],
3333
"author": "FujoCoded LLC",
3434
"license": "MIT",
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
38+
},
3539
"dependencies": {
3640
"unist-util-visit": "^5.0.0"
3741
},

expressive-code-caption/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
],
3333
"author": "FujoCoded LLC",
3434
"license": "MIT",
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
38+
},
3539
"dependencies": {
3640
"mdast-util-to-hast": "^13.2.0"
3741
},

expressive-code-output/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
],
3434
"author": "FujoCoded LLC",
3535
"license": "MIT",
36+
"repository": {
37+
"type": "git",
38+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
39+
},
3640
"dependencies": {
3741
"mdast-util-to-hast": "^13.2.0"
3842
},

rehype-code-params/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
],
3333
"author": "FujoCoded LLC",
3434
"license": "MIT",
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
38+
},
3539
"dependencies": {
3640
"hastscript": "^9.0.0",
3741
"unist-util-visit": "^5.0.0"

remark-capitalize-titles/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
],
3333
"author": "FujoCoded LLC",
3434
"license": "MIT",
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
38+
},
3539
"dependencies": {
3640
"title": "^4.0.1",
3741
"unist-util-visit": "^5.0.0"

remark-jsx-auto-slug/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
],
3333
"author": "FujoCoded LLC",
3434
"license": "MIT",
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
38+
},
3539
"dependencies": {
3640
"unist-util-visit": "^5.0.0"
3741
},

zod-transform-socials/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
],
3333
"author": "FujoCoded LLC",
3434
"license": "MIT",
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/FujoWebDev/fujocoded-plugins.git"
38+
},
39+
"publishConfig": {
40+
"access": "public"
41+
},
3542
"devDependencies": {
3643
"tsup": "^8.1.0",
3744
"typescript": "^5.5.2"

0 commit comments

Comments
 (0)