Skip to content

Commit

Permalink
fixed missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Dec 24, 2015
1 parent 4a64208 commit c608b80
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ It handles many edge cases that cause similar plugins to fail.

[brm.io/jquery-match-height](http:https://brm.io/jquery-match-height/)

[Demo](#demo) - [Features](#features) - [Gallery](#gallery) - [Install](#install) - [Usage](#usage) - [Options](#options) - [Data API](#data-api)
[Advanced Usage](#advanced-usage) - [Tests](#tests) - [Known limitations](#known-limitations) - [Changelog](#changelog) - [License](#license)

[![](http:https://api.libscore.com/badge/$.fn.matchHeight.svg)](http:https://libscore.com#$.fn.matchHeight)

### Demo
Expand Down Expand Up @@ -32,11 +35,20 @@ See the [jquery.matchHeight.js demo](http:https://brm.io/jquery-match-height-demo).
- module loader support
- tested in IE8+, Chrome, Firefox, Safari, Android, iOS

### Status
### Gallery

See how others are using jquery.matchHeight.js

Current version is `0.6.0`.
Use the master build for the latest features.
Please report any [issues](https://github.com/liabru/jquery-match-height/issues) you find.
- [Visa](https://www.visa.co.uk/)
- [Nokia](http:https://www.nokia.com/)
- [PayPal](https://www.paypal.com/)
- [MTV](http:https://www.mtv.co.uk/)
- [Bose](https://www.bose.com/)
- [Chipotle](http:https://chipotle.com/)
- [Fisher-Price](http:https://www.fisher-price.com/)
- [Sega](http:https://sega.jp/)
- [barackobama.com](https://www.barackobama.com/)
- [more...](http:https://libscore.com#$.fn.matchHeight)

### Install

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@
"test": "gulp test"
},
"devDependencies": {
"async": "^1.5.0",
"connect-static-transform": "^0.8.0",
"gulp": "^3.9.0",
"gulp-browserstack": "^1.0.0",
"gulp-bump": "^1.0.0",
"gulp-conventional-changelog": "^0.7.0",
"gulp-eslint": "^1.0.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
Expand Down
4 changes: 1 addition & 3 deletions test/specs/matchHeight.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ describe('matchHeight', function() {
expect($.isFunction(matchHeight._update)).toBe(true);
expect($.isFunction(matchHeight._parse)).toBe(true);
expect($.isFunction(matchHeight._parseOptions)).toBe(true);
expect($.isFunction(matchHeight._getProperty)).toBe(true);
expect($.isFunction(matchHeight._setProperty)).toBe(true);
done();
});

Expand Down Expand Up @@ -433,4 +431,4 @@ var testHelper = {

return 'desktop';
}
};
};

0 comments on commit c608b80

Please sign in to comment.