From 75736ba91f5875bcf188b27543cf1fc0a931b454 Mon Sep 17 00:00:00 2001 From: Eric Price <8672541+daerik@users.noreply.github.com> Date: Sat, 9 Sep 2017 20:43:18 -0400 Subject: [PATCH] Update bower.json invalid-meta The "main" field cannot contain minified files --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 020ede1..c55c0c8 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,7 @@ "description": "The image cropping jquery plugin that will satisfy your needs and much more", "license": "MIT", "main": [ - "croppic.min.js", + "croppic.js", "assets/css/croppic.css" ], "keywords": [ @@ -20,4 +20,4 @@ "jquery-mousewheel": "~3.1.12", "jquery": ">= 2.1.3" } -} \ No newline at end of file +}