From 0de97470f0bf5d9b2e2d10f07f80f94f4aa5384e Mon Sep 17 00:00:00 2001 From: Wessel Damian Tip Date: Wed, 16 Jan 2019 15:35:59 +0100 Subject: [PATCH] Add dependency size inside of README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67b3067..4957d68 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,5 @@ const w = require( 'wumpfetch' ); ``` ### Why should i use wumpfetch? -Wumpfetch is a lightweight and fast request library comparing to other packages such as request and node-fetch which are both around 150kb in size +Wumpfetch is a lightweight and fast request library comparing to other packages such as request and node-fetch which are both around 1.5-4mb in size +[![install size](https://packagephobia.now.sh/badge?p=wumpfetch)](https://packagephobia.now.sh/result?p=wumpfetch) \ No newline at end of file