Skip to content

Commit 0055660

Browse files
committed
add to npm
1 parent 03a4317 commit 0055660

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ Please report any [issues](https://github.com/liabru/jquery-match-height/issues)
4343

4444
<script src="jquery.matchHeight.js" type="text/javascript"></script>
4545

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).
4747

48-
bower install matchHeight
48+
bower install jquery-match-height
49+
npm install jquery-match-height
4950

5051
### Usage
5152

package.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
}

0 commit comments

Comments
 (0)