From d325e8949a1e14aa352adc72022ac920613c479d Mon Sep 17 00:00:00 2001 From: sanishchirayath1 Date: Sun, 16 Jul 2023 14:19:27 +0530 Subject: [PATCH] fix: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2968ac..2706c18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # modern-npm-package +[![npm (scoped)](https://img.shields.io/npm/v/%40sanishchirayath/modern-package-npm)](https://github.com/sanishchirayath1/modern-package-npm) [![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/%40sanishchirayath/modern-package-npm)](https://github.com/sanishchirayath1/modern-package-npm) + An npm package for demonstration purposes using TypeScript to build for both the ECMAScript Module format (i.e. ESM or ES Module) and CommonJS Module format (CJS). It can be used in Node.js and browser applications. Read the [blog post](https://snyk.io/blog/best-practices-create-modern-npm-package/) for more information.