From 4783821a113c89cf183eb6ffd5b065a39ecfedd4 Mon Sep 17 00:00:00 2001 From: James Donnelly <4444684+JDIZM@users.noreply.github.com> Date: Sat, 10 Feb 2024 10:10:37 +0000 Subject: [PATCH] docs(readme): update bundled with description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd335f0..98ad9d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A finance calculator to: ### Installation -This library will work both client and server side, it is bundled using [pkgroll](https://github.com/privatenumber/pkgroll) and is written in TypeScript. +This library will work both client and server side, it is bundled using [esbuild](https://esbuild.github.io/) and is written in TypeScript. This has only been tested with `node 14` and above however it exports both `CJS` and `ESM`.