Skip to content

Commit

Permalink
Merge pull request #5 from hoetmaaiers/bower
Browse files Browse the repository at this point in the history
Bower
  • Loading branch information
protodave committed May 8, 2014
2 parents c5a7fb4 + 7d78660 commit 3d1fd97
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ Wrangling and maintaining a bunch of inline SVG on your pages isn't anyone's ide

## Install

### Bower

Install with [bower](http://www.bower.io):

bower install SVGInjector




### Manually

Download the [dist/svg-injector.min.js](https://github.com/iconic/SVGInjector/blob/master/dist/svg-injector.min.js) file from this repository and add it to your project.

> **SVGInjector** is compatible with:
Expand Down
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "SVGInjector",
"version": "1.0.0",
"homepage": "https://github.com/iconic/SVGInjector",
"authors": [
"Iconic"
],
"description": "Fast, caching, dynamic inline SVG DOM injection library",
"main": "svg-injector.js",
"moduleType": [
"node"
],
"keywords": [
"SVG",
"SVG",
"injector",
"images",
"img",
"htmlk",
"DOM"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}

0 comments on commit 3d1fd97

Please sign in to comment.