From c219228dd6a4f0580f2efb7d92e3d0c24d27e356 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Wed, 4 May 2022 12:08:27 -0400 Subject: [PATCH] docs: add link to NPM in monthly downloads badge (#318) - previously it just linked to the image itself; better to link to the source of the stats which is NPM - duplicates the other badge's link, but nbd, better than linking to an image imo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298df0e1..fc5ef307 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rollup-plugin-typescript2 [![npm-version](https://img.shields.io/npm/v/rollup-plugin-typescript2.svg?maxAge=259200)](https://npmjs.org/package/rollup-plugin-typescript2) -![npm-monthly-downloads](https://img.shields.io/npm/dm/rollup-plugin-typescript2.svg?maxAge=259200) +[![npm-monthly-downloads](https://img.shields.io/npm/dm/rollup-plugin-typescript2.svg?maxAge=259200)](https://npmjs.org/package/rollup-plugin-typescript2) [![Node.js CI](https://github.com/ezolenko/rollup-plugin-typescript2/workflows/Node.js%20CI/badge.svg)](https://github.com/ezolenko/rollup-plugin-typescript2/actions?query=workflow%3A"Node.js+CI") Rollup plugin for typescript with compiler errors.