Skip to content

Commit

Permalink
Merge pull request #249 from MichielDeMey/patch-1
Browse files Browse the repository at this point in the history
Added ignore to bower.json
  • Loading branch information
tombatossals committed Jan 15, 2014
2 parents 32d6fbb + 955613e commit 9b28b04
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"name": "angular-leaflet-directive",
"description": "AngularJS directive to embed an interact with maps managed by Leaflet library",
"keywords": [
"angularjs",
"javascript",
"directive",
"leaflet"
],
"main": [
"dist/angular-leaflet-directive.js",
"dist/angular-leaflet-directive.min.js"
],
"dependencies": {
"angular": "1.2.x",
"jquery": "2.0.x",
Expand All @@ -13,5 +24,16 @@
"Leaflet.label": "0.2.1",
"Leaflet.awesome-markers": "*",
"leaflet-plugins": "1.0.0"
}
},
"ignore": [
"**/.*",
"src",
"doc",
"examples",
"test",
"*.md",
"Gruntfile.js",
"package.json",
"bower.json"
]
}

0 comments on commit 9b28b04

Please sign in to comment.