From 6e3ffce18ed89582514eb4d550e95b174785ad21 Mon Sep 17 00:00:00 2001 From: Gabriel Farrell Date: Mon, 30 Jun 2014 16:31:35 -0400 Subject: [PATCH] Add browserify and webpack to package managers --- articles/assembling-your-static-app-stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/assembling-your-static-app-stack.md b/articles/assembling-your-static-app-stack.md index af48b3a..4241745 100644 --- a/articles/assembling-your-static-app-stack.md +++ b/articles/assembling-your-static-app-stack.md @@ -47,7 +47,7 @@ to work across multiple applications. Using a package manager, you can declare * your project that the package manager will automatically download and install into a usable location. This makes it easier both to add new libraries and update existing libraries in your projects. -**Examples:** [Bower](http://bower.io/), [Component](http://component.io) +**Examples:** [Bower](http://bower.io/), [Component](http://component.io), [Browserify](http://browserify.org), [Webpack](http://webpack.github.io/) ### JavaScript Frameworks