From db3227950da9aa3678bdc4150a2cb27a502a0592 Mon Sep 17 00:00:00 2001 From: "Adro.codes" Date: Sat, 22 Jun 2019 17:06:48 +1000 Subject: [PATCH] Add BundlePhobia to JavaScript --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index bb4e4f8..3d25fef 100644 --- a/store.json +++ b/store.json @@ -449,6 +449,11 @@ "title": "You might not need jquery", "desc": "jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application. If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency.", "url": "http://youmightnotneedjquery.com" + }, + { + "title": "BundlePhobia", + "desc": "Find the cost of adding a npm package to your bundle", + "url": "https://bundlephobia.com/" } ] },