Skip to content

Commit

Permalink
🔧 fixing bower.json (#68)
Browse files Browse the repository at this point in the history
Added missing imagesloaded dependency
  • Loading branch information
kukac7 authored and benjamincharity committed Nov 16, 2016
1 parent 64ac7d7 commit a2d9dd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
"touch"
],
"dependencies": {
"angular": "^1.4.0",
"flickity": "^2.0.5",
"imagesloaded": "^4.1.1"
"angular": ">= 1.4.0",
"flickity": "^2.0.5"
},
"ignore": [
"**/.*",
Expand Down

0 comments on commit a2d9dd6

Please sign in to comment.