From 9c87773a4544bb440ee53be007b3bd2237d68f33 Mon Sep 17 00:00:00 2001 From: Alex Rayan Date: Tue, 20 Oct 2015 13:47:22 -0700 Subject: [PATCH] Added missing "main" to bower.json Without it automated grunt tasks are not working properly. --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 1612c6a..024c379 100644 --- a/bower.json +++ b/bower.json @@ -5,6 +5,7 @@ "authors": [ "Vincent Lamanna " ], + "main": "./dist/js/bootstrap-formhelpers.min.js", "description": "A collection of jQuery plugins for Bootstrap.", "dependencies": { "bootstrap": "3.0.0"