Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jun 16, 2024
1 parent 6e9c85b commit dd6f259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-plugin-autoload",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"author": {
"name": "kravets"
},
Expand Down

0 comments on commit dd6f259

Please sign in to comment.