Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-01 21:34:21 +0300
committerGitHub <noreply@github.com>2022-04-01 21:34:21 +0300
commit2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d (patch)
tree471d6712da6486d614ff70d211584ece3b17fa68 /workspaces/libnpmpublish
parent7ae49b5fe39cf1bb7216866289d2b66129b93593 (diff)
fix: update readme badges (#4658)
Diffstat (limited to 'workspaces/libnpmpublish')
-rw-r--r--workspaces/libnpmpublish/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/workspaces/libnpmpublish/README.md b/workspaces/libnpmpublish/README.md
index 0da46e89d..85fb73e52 100644
--- a/workspaces/libnpmpublish/README.md
+++ b/workspaces/libnpmpublish/README.md
@@ -1,5 +1,9 @@
# libnpmpublish
+[![npm version](https://img.shields.io/npm/v/libnpmpublish.svg)](https://npm.im/libnpmpublish)
+[![license](https://img.shields.io/npm/l/libnpmpublish.svg)](https://npm.im/libnpmpublish)
+[![CI - libnpmpublish](https://github.com/npm/cli/actions/workflows/ci-libnpmpublish.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmpublish.yml)
+
[`libnpmpublish`](https://github.com/npm/libnpmpublish) is a Node.js
library for programmatically publishing and unpublishing npm packages. Give
it a manifest as an object and a tarball as a Buffer, and it'll put them on