File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ Please report any [issues](https://github.com/liabru/jquery-match-height/issues)
43
43
44
44
<script src="jquery.matchHeight.js" type="text/javascript"></script>
45
45
46
- #### Or install using [ Bower] ( http://bower.io/ )
46
+ You can also install using the package managers [ Bower] ( http://bower.io/search/?q=matter-js ) and [ NPM ] ( https://www.npmjs.org/package/matter-js ) .
47
47
48
- bower install matchHeight
48
+ bower install jquery-match-height
49
+ npm install jquery-match-height
49
50
50
51
### Usage
51
52
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " jquery-match-height" ,
3
+ "version" : " 0.6.0" ,
4
+ "license" : " MIT" ,
5
+ "homepage" : " http://brm.io/jquery-match-height/" ,
6
+ "author" :
" Liam Brummitt <[email protected] > (http://brm.io/)" ,
7
+ "description" : " a responsive equal heights plugin for jQuery" ,
8
+ "main" : " jquery.matchHeight.js" ,
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/liabru/jquery-match-height.git"
12
+ },
13
+ "keywords" : [
14
+ " matchHeight" ,
15
+ " equal" ,
16
+ " match" ,
17
+ " height" ,
18
+ " equalize" ,
19
+ " columns"
20
+ ]
21
+ }
You can’t perform that action at this time.
0 commit comments