summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Banks <mjbanks@gmail.com>2013-09-05 11:23:27 -0400
committerMatt Banks <mjbanks@gmail.com>2013-09-05 11:23:27 -0400
commiteb1d096ce9734dc1d5ad092856c2b41165984f6d (patch)
tree16fcfe4414da62762769c3e6af349b0670152dbf
parent264bf6d1aa11413e4fcffadaa61b46355e6d738e (diff)
downloadjQuery.equalHeights-eb1d096ce9734dc1d5ad092856c2b41165984f6d.zip
jQuery.equalHeights-eb1d096ce9734dc1d5ad092856c2b41165984f6d.tar.gz
jQuery.equalHeights-eb1d096ce9734dc1d5ad092856c2b41165984f6d.tar.bz2
update to v1.5.0, add main file for bower
-rw-r--r--bower.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 5c9f081..605e830 100644
--- a/bower.json
+++ b/bower.json
@@ -1,8 +1,11 @@
{
"name": "jQuery.equalHeights",
- "version": "1.4.2",
+ "version": "1.5.0",
"main": "jQuery.equalHeights.js",
"dependencies": {
"jquery": ">=1.7"
- }
+ },
+ "main": [
+ "jquery.equalHeights.js"
+ ]
}