Skip to content

Commit

Permalink
add to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Sep 11, 2015
1 parent 03a4317 commit 0055660
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ Please report any [issues](https://github.com/liabru/jquery-match-height/issues)

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

#### Or install using [Bower](http:https://bower.io/)
You can also install using the package managers [Bower](http:https://bower.io/search/?q=matter-js) and [NPM](https://www.npmjs.org/package/matter-js).

bower install matchHeight
bower install jquery-match-height
npm install jquery-match-height

### Usage

Expand Down
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "jquery-match-height",
"version": "0.6.0",
"license": "MIT",
"homepage": "http:https://brm.io/jquery-match-height/",
"author": "Liam Brummitt <[email protected]> (http:https://brm.io/)",
"description": "a responsive equal heights plugin for jQuery",
"main": "jquery.matchHeight.js",
"repository": {
"type": "git",
"url": "https://github.com/liabru/jquery-match-height.git"
},
"keywords": [
"matchHeight",
"equal",
"match",
"height",
"equalize",
"columns"
]
}

0 comments on commit 0055660

Please sign in to comment.