Skip to content

Commit a706fb9

Browse files
committed
📦 Add 'badges' to package.json
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 16952f6 commit a706fb9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
33
"email": "km.8k6ce+github@gmail.com",
44
"name": "kei-g"
55
},
6+
"badges": [
7+
{
8+
"description": "license",
9+
"href": "https://img.shields.io/github/license/kei-g/async-iterable-queue",
10+
"url": "https://opensource.org/licenses/BSD-3-Clause"
11+
},
12+
{
13+
"description": "dependency",
14+
"href": "https://img.shields.io/librariesio/release/npm/async-iterable-queue?logo=nodedotjs",
15+
"url": "https://npmjs.com/package/async-iterable-queue?activeTab=dependencies"
16+
},
17+
{
18+
"description": "Travis CI",
19+
"href": "https://img.shields.io/travis/com/kei-g/async-iterable-queue?logo=travis",
20+
"url": "https://www.travis-ci.com/github/kei-g/async-iterable-queue"
21+
},
22+
{
23+
"description": "version",
24+
"href": "https://img.shields.io/npm/v/async-iterable-queue?logo=npm",
25+
"url": "https://npmjs.com/package/async-iterable-queue"
26+
},
27+
{
28+
"description": "maintainance",
29+
"href": "https://img.shields.io/npms-io/maintenance-score/async-iterable-queue?logo=npm",
30+
"url": "https://npms.io/search?q=async-iterable-queue"
31+
},
32+
{
33+
"description": "quality",
34+
"href": "https://img.shields.io/npms-io/quality-score/async-iterable-queue?logo=npm",
35+
"url": "https://npms.io/search?q=async-iterable-queue"
36+
}
37+
],
638
"bugs": {
739
"url": "https://github.com/kei-g/async-iterable-queue/issues"
840
},

0 commit comments

Comments
 (0)