From d194f75e505e189ad666c34aff35dede88070b75 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 21 May 2018 14:40:37 -0400 Subject: [PATCH 1/2] Add badge to display install size --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36079e6..ea51edb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# node-notifier [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] +# node-notifier [![NPM version][npm-image]][npm-url] [![Install size][size-image]][size-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] Send cross platform native notifications using Node.js. Notification Center for macOS, notify-osd/libnotify-bin for Linux, Toasters for Windows 8/10, or taskbar Balloons for @@ -375,6 +375,8 @@ node: { [npm-url]: https://npmjs.org/package/node-notifier [npm-image]: http://img.shields.io/npm/v/node-notifier.svg?style=flat +[size-url]: https://packagephobia.now.sh/result?p=node-notifier +[size-image]: https://packagephobia.now.sh/badge?p=node-notifier [npm-downloads]: http://img.shields.io/npm/dm/node-notifier.svg?style=flat [travis-url]: http://travis-ci.org/mikaelbr/node-notifier [travis-image]: http://img.shields.io/travis/mikaelbr/node-notifier.svg?style=flat From 1e280bb52e182af0cbd7401922d68072b0c7445f Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 21 Jan 2021 15:06:15 -0500 Subject: [PATCH 2/2] Use dot com --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea51edb..f407da5 100644 --- a/README.md +++ b/README.md @@ -375,8 +375,8 @@ node: { [npm-url]: https://npmjs.org/package/node-notifier [npm-image]: http://img.shields.io/npm/v/node-notifier.svg?style=flat -[size-url]: https://packagephobia.now.sh/result?p=node-notifier -[size-image]: https://packagephobia.now.sh/badge?p=node-notifier +[size-url]: https://packagephobia.com/result?p=node-notifier +[size-image]: https://packagephobia.com/badge?p=node-notifier [npm-downloads]: http://img.shields.io/npm/dm/node-notifier.svg?style=flat [travis-url]: http://travis-ci.org/mikaelbr/node-notifier [travis-image]: http://img.shields.io/travis/mikaelbr/node-notifier.svg?style=flat