diff options
author | Julien Melissas <julien.melissas@gmail.com> | 2015-09-23 02:45:49 -0400 |
---|---|---|
committer | Julien Melissas <julien.melissas@gmail.com> | 2015-09-23 02:45:49 -0400 |
commit | eedca73f3bfb6a3933ecfaaf8d40f44667234c63 (patch) | |
tree | 27a06a780b6a5f99955f21160192633b6ec07ed8 | |
parent | c5566da206a7685bf257da1e9258dd5c593f7a37 (diff) | |
download | jquery-match-height-eedca73f3bfb6a3933ecfaaf8d40f44667234c63.zip jquery-match-height-eedca73f3bfb6a3933ecfaaf8d40f44667234c63.tar.gz jquery-match-height-eedca73f3bfb6a3933ecfaaf8d40f44667234c63.tar.bz2 |
Use unminified version in Bower's "main" argument
According to Bower's [JSON spec](https://github.com/bower/bower.json-spec#main), you're not supposed to include minified files in the "main" argument.
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ "Liam Brummitt <liam@brm.io> (http://brm.io/)" ], "description": "a more robust, responsive equal heights plugin for jQuery", - "main": "jquery.matchHeight-min.js", + "main": "jquery.matchHeight.js", "keywords": [ "matchHeight", "equal", |