From bbcace2daffb1ab0479b2ade5143fa433ed4fdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86ndrew=20Rininsland?= Date: Fri, 7 Mar 2014 16:59:01 +0000 Subject: [PATCH] Adding a "main" stanza for grunt-bower-install --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 4c9483e..8be6149 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,11 @@ { "name": "jquery-mobile-bower", "version": "1.4.1", + "main": [ + "js/jquery.mobile-1.4.1.js", + "css/jquery.mobile-1.4.1.css" + ], "dependencies": { "jquery": "~1.10.0" - }, - "repository": { - "type": "git", - "url": "git://github.com/jobrapido/jquery-mobile-bower.git" } }