Skip to content

Commit

Permalink
Merge pull request #12 from lucalanca/master
Browse files Browse the repository at this point in the history
Adds matchQuery.js as a bower dependency
  • Loading branch information
meodai committed May 6, 2015
2 parents cf04467 + 3525049 commit 63b4c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Alternatively you can require mediaQuery.js with AMD.
require(['lib/browser/mediaQuery'], function ( mediaQuery ) {})
```

Note: If you support IE9 and below, make sure you include [matchMedia.js](https://github.com/paulirish/matchMedia.js). If you use bower, this should already be in your ```bower_components``` folder as it is a sensible dependency.


## Usage SCSS

Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"README.md"
],
"dependencies": {
"matchMedia.js": "0.2.0",
"jquery": ">=1.10.2"
}
}

0 comments on commit 63b4c7c

Please sign in to comment.