From dd6f259c0aac01a4fd88c62d5adef7b475ce422f Mon Sep 17 00:00:00 2001 From: Kravets <57632712+kravetsone@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:15:07 +0300 Subject: [PATCH] chore: bump --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc49c3..1e88b1b 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ await esbuild .then(console.log); ``` +Then, build it with `bun build.ts` and run with `bun out/index.ts` + ### Supported `autoload`-ers Sadly, this plugin can only work with supported libraries. diff --git a/package.json b/package.json index 47ebf69..0132f52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esbuild-plugin-autoload", "type": "module", - "version": "0.1.1", + "version": "0.1.2", "author": { "name": "kravets" },