From d0ec7d2a4118a3a6c5ccd20b5c4d95105d8ea389 Mon Sep 17 00:00:00 2001 From: "Ishan \"Fishy\" Marikar" Date: Thu, 25 Feb 2016 07:37:14 +0530 Subject: [PATCH] Add main file property to bower.json --- bower.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bower.json b/bower.json index 1612c6a..4bc916f 100644 --- a/bower.json +++ b/bower.json @@ -5,6 +5,10 @@ "authors": [ "Vincent Lamanna " ], + "main": [ + "dist/bootstrap-formhelpers.min.js", + "dist/bootstrap-formhelpers.min.css" + ], "description": "A collection of jQuery plugins for Bootstrap.", "dependencies": { "bootstrap": "3.0.0"