Skip to content

Commit 0469e00

Browse files
Add bun to Package to Executable
* Update package-to-executable.json * Fix tests --------- Co-authored-by: Maxim Orlov <maximorl@gmail.com>
1 parent 8ae5b5a commit 0469e00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "Package to Executable",
33
"description": "Package a Node.js application into a single executable file",
4-
"packages": ["@vercel/ncc", "nexe", "pkg"]
4+
"packages": ["@vercel/ncc", "bun", "nexe", "pkg"]
55
}

0 commit comments

Comments
 (0)