Skip to content

Commit

Permalink
Reduce download size by ignoring files
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed May 26, 2016
1 parent 377bb43 commit 72a91c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bower.json
Expand Up @@ -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",
Expand Down

0 comments on commit 72a91c4

Please sign in to comment.