From eedca73f3bfb6a3933ecfaaf8d40f44667234c63 Mon Sep 17 00:00:00 2001 From: Julien Melissas Date: Wed, 23 Sep 2015 02:45:49 -0400 Subject: [PATCH] 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. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 589795e..e4db9fc 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Liam Brummitt (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",