From 72a91c4c6ca70e2e3d9f7686b7b3c342c553e694 Mon Sep 17 00:00:00 2001 From: ank91 Date: Thu, 26 May 2016 16:49:35 +0530 Subject: [PATCH] Reduce download size by ignoring files --- bower.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8ea6a0d..535a1c9 100644 --- a/bower.json +++ b/bower.json @@ -21,13 +21,20 @@ "picker", "range" ], + "repository": { + "type": "git", + "url": "git://github.com/longbill/jquery-date-range-picker.git" + }, "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", - "tests" + "tests", + "preview.jpg", + "CHANGELOG.md", + "gulpfile.js" ], "dependencies": { "moment": ">=2.8.1",