-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme_config.json
37 lines (37 loc) · 1.41 KB
/
readme_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"line": "water",
"badges": [
{
"alt": "Test",
"url": "https://github.com/donmahallem/js-libs/actions?query=workflow%3ATest+branch%3Amaster",
"img": "https://github.com/donmahallem/js-libs/workflows/Test/badge.svg?branch=master&event=push"
},
{
"alt": "codecov",
"url": "https://codecov.io/gh/donmahallem/js-libs/branch/master",
"img": "https://codecov.io/gh/donmahallem/js-libs/branch/master/graph/badge.svg"
},
{
"alt": "GitHub release (latest SemVer)",
"url": "https://github.com/donmahallem/js-libs/releases",
"img": "https://img.shields.io/github/v/release/donmahallem/js-libs?sort=semver"
},
{
"alt": "GitHub license",
"url": "https://github.com/donmahallem/js-libs/blob/master/LICENSE",
"img": "https://img.shields.io/github/license/donmahallem/js-libs"
},
{
"alt": "David",
"url": "https://github.com/donmahallem/js-libs",
"img": "https://img.shields.io/david/dev/donmahallem/js-libs"
},
{
"alt": "GitHub contributors",
"url": "https://github.com/donmahallem/js-libs/graphs/contributors",
"img": "https://img.shields.io/github/contributors-anon/donmahallem/js-libs"
}
],
"lineBreak": "\n",
"silent": true
}