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.