Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 332 Bytes

Bower endpoint

This is a bower endpoint for jspm.

To install a package just reference it by the package name, for example:

jspm install bower:[email protected]

Will install jquery version 1.9.1. You can also require packages and use them directly in your code:

var gazel = require('bower:gazel');