Skip to content

Commit

Permalink
Merge pull request #482 from fazo96/master
Browse files Browse the repository at this point in the history
Allow using moment 2.10 and bootstrap 3.3.4 with bower
  • Loading branch information
Serhioromano committed Apr 26, 2015
2 parents 84cfcd2 + 730d4a6 commit 4ba1ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"dependencies": {
"jquery": "~1.10.2",
"bootstrap": "~2.3.1",
"bootstrap": "~2.3.1 || ~3.3.4",
"underscore": "~1.4.4",
"moment": "~2.0.0"
"moment": "2.x"
}
}

0 comments on commit 4ba1ff2

Please sign in to comment.