mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
cf003e4e24
@ -134,7 +134,7 @@ Be **aware that the order of your packages definitions is important and always u
|
|||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
You can define mutiple `packages` and each of them must have an unique `Regex`.
|
You can define mutiple `packages` and each of them must have an unique `Regex`. The syntax is based on [minimatch glob expressions](https://github.com/isaacs/minimatch).
|
||||||
|
|
||||||
Property | Type | Required | Example | Support | Description
|
Property | Type | Required | Example | Support | Description
|
||||||
--- | --- | --- | --- | --- | ---
|
--- | --- | --- | --- | --- | ---
|
||||||
|
@ -32,7 +32,6 @@ maintainers:
|
|||||||
active: true
|
active: true
|
||||||
- name: Priscila
|
- name: Priscila
|
||||||
github: priscilawebdev
|
github: priscilawebdev
|
||||||
twitter: priscilawebdev
|
|
||||||
active: true
|
active: true
|
||||||
- name: Keli Grubb
|
- name: Keli Grubb
|
||||||
github: kgrubb
|
github: kgrubb
|
||||||
|
@ -135,11 +135,11 @@ const LanguagesGroups = props => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
const CrowdingTranslators = props => {
|
const CrowdinTranslators = props => {
|
||||||
return (
|
return (
|
||||||
<div className="translation_section">
|
<div className="translation_section">
|
||||||
<h2>
|
<h2>
|
||||||
Crowding Translators
|
Crowdin Translators
|
||||||
</h2>
|
</h2>
|
||||||
<div>
|
<div>
|
||||||
<LanguagesGroups languages={props.translators}/>
|
<LanguagesGroups languages={props.translators}/>
|
||||||
@ -168,7 +168,7 @@ class Team extends React.Component {
|
|||||||
<div class="team_container">
|
<div class="team_container">
|
||||||
<MemberSection title="Core" members={admons} imageSize={100}/>
|
<MemberSection title="Core" members={admons} imageSize={100}/>
|
||||||
<MemberSection title="Maintainers" members={maintainers} imageSize={80}/>
|
<MemberSection title="Maintainers" members={maintainers} imageSize={80}/>
|
||||||
<CrowdingTranslators translators={translators} />
|
<CrowdinTranslators translators={translators} />
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user