Skip to content

Commit 480e636

Browse files
committed
misc: remove templates
1 parent 802f46a commit 480e636

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,6 @@ List of packages currently in existence for libp2p
473473
| Package | Version | Deps | CI | Coverage |
474474
| ---------|---------|---------|---------|--------- |
475475
| **Libp2p** |
476-
| [`interface-`](//github.com/libp2p/interface-) | [![npm](https://img.shields.io/npm/v/interface-.svg?maxAge=86400&style=flat-square)](//github.com/libp2p/interface-/releases) | [![Deps](https://david-dm.org/libp2p/interface-.svg?style=flat-square)](https://david-dm.org/libp2p/interface-) | [![jenkins](https://ci.ipfs.team/buildStatus/icon?job=libp2p/interface-/master)](https://ci.ipfs.team/job/libp2p/job/interface-/job/master/) | [![codecov](https://codecov.io/gh/libp2p/interface-/branch/master/graph/badge.svg)](https://codecov.io/gh/libp2p/interface-) |
477-
| [`libp2p-`](//github.com/libp2p/js-libp2p-) | [![npm](https://img.shields.io/npm/v/libp2p-.svg?maxAge=86400&style=flat-square)](//github.com/libp2p/js-libp2p-/releases) | [![Deps](https://david-dm.org/libp2p/js-libp2p-.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-) | [![jenkins](https://ci.ipfs.team/buildStatus/icon?job=libp2p/js-libp2p-/master)](https://ci.ipfs.team/job/libp2p/job/js-libp2p-/job/master/) | [![codecov](https://codecov.io/gh/libp2p/js-libp2p-/branch/master/graph/badge.svg)](https://codecov.io/gh/libp2p/js-libp2p-) |
478-
| **Libp2p** |
479476
| [`interface-libp2p`](//github.com/libp2p/interface-libp2p) | [![npm](https://img.shields.io/npm/v/interface-libp2p.svg?maxAge=86400&style=flat-square)](//github.com/libp2p/interface-libp2p/releases) | [![Deps](https://david-dm.org/libp2p/interface-libp2p.svg?style=flat-square)](https://david-dm.org/libp2p/interface-libp2p) | [![jenkins](https://ci.ipfs.team/buildStatus/icon?job=libp2p/interface-libp2p/master)](https://ci.ipfs.team/job/libp2p/job/interface-libp2p/job/master/) | [![codecov](https://codecov.io/gh/libp2p/interface-libp2p/branch/master/graph/badge.svg)](https://codecov.io/gh/libp2p/interface-libp2p) |
480477
| [`libp2p`](//github.com/libp2p/js-libp2p) | [![npm](https://img.shields.io/npm/v/libp2p.svg?maxAge=86400&style=flat-square)](//github.com/libp2p/js-libp2p/releases) | [![Deps](https://david-dm.org/libp2p/js-libp2p.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p) | [![jenkins](https://ci.ipfs.team/buildStatus/icon?job=libp2p/js-libp2p/master)](https://ci.ipfs.team/job/libp2p/job/js-libp2p/job/master/) | [![codecov](https://codecov.io/gh/libp2p/js-libp2p/branch/master/graph/badge.svg)](https://codecov.io/gh/libp2p/js-libp2p) |
481478
| **Connection** |

scripts/generate-package-table-for-readme.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ const columns = [
1616
// Headings are a string
1717
// Arrays are packages. Index 0 is the GitHub repo and index 1 is the npm package
1818
const rows = [
19-
'Libp2p',
20-
['libp2p/interface-', 'interface-'],
21-
['libp2p/js-libp2p-', 'libp2p-'],
22-
2319
'Libp2p',
2420
['libp2p/interface-libp2p', 'interface-libp2p'],
2521
['libp2p/js-libp2p', 'libp2p'],

0 commit comments

Comments
 (0)