Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/assembling-your-static-app-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down