Skip to content

Commit b5e0dcf

Browse files
committed
fix: trusted publishing
1 parent 8cc3983 commit b5e0dcf

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

components/language-chooser/common/find-language/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@ethnolib/find-language",
33
"description": "A library for fuzzy-searching for languages and other utils for language choosers",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/sillsdev/EthnoLib.git",
7+
"directory": "components/language-chooser/common/find-language"
8+
},
49
"author": "SIL Global",
510
"license": "MIT",
611
"version": "0.1.13",

components/language-chooser/react/common/language-chooser-react-hook/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@ethnolib/language-chooser-react-hook",
33
"description": "A React hook providing the logic for a language chooser",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/sillsdev/EthnoLib.git",
7+
"directory": "components/language-chooser/react/common/language-chooser-react-hook"
8+
},
49
"author": "SIL Global",
510
"license": "MIT",
611
"version": "0.1.14",

components/language-chooser/react/language-chooser-react-mui/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@ethnolib/language-chooser-react-mui",
33
"description": "A language chooser React component using MUI",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/sillsdev/EthnoLib.git",
7+
"directory": "components/language-chooser/react/language-chooser-react-mui"
8+
},
49
"author": "SIL Global",
510
"license": "MIT",
611
"version": "0.1.16",

0 commit comments

Comments
 (0)