From 291c76392599ee8a261d6129a857752a1baf2d2f Mon Sep 17 00:00:00 2001 From: Henry Jaimes <34389493+henry512@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:00:18 -0500 Subject: [PATCH] Update package-managers.md Add Bun package manager --- docs/resources/package-managers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/package-managers.md b/docs/resources/package-managers.md index e25a1ed..3e816a6 100644 --- a/docs/resources/package-managers.md +++ b/docs/resources/package-managers.md @@ -11,3 +11,4 @@ * [volo](https://github.com/volojs/volo) - Create front end projects from templates, add dependencies, and automate the resulting projects. * [Duo](https://github.com/duojs/duo) - Next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless. * [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management. +* [Bun package manager](https://bun.com/package-manager) - Superfast Node.js-compatible package manager. Drop into any JavaScript project with a package.json to instantly speed up your development workflow.