Skip to content

Commit a680b22

Browse files
committed
fix(*): add repository field to content-translator and admin-search package.json
1 parent b224046 commit a680b22

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

admin-search/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"author": "JHB Software",
1212
"license": "MIT",
13+
"repository": "https://github.com/jhb-software/payload-plugins",
1314
"type": "module",
1415
"main": "./src/index.ts",
1516
"types": "./src/index.ts",

content-translator/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"author": "JHB Software",
1414
"license": "MIT",
15+
"repository": "https://github.com/jhb-software/payload-plugins",
1516
"type": "module",
1617
"main": "./src/index.ts",
1718
"types": "./src/index.ts",

0 commit comments

Comments
 (0)