Skip to content

Commit

Permalink
try to get bower install working in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Jun 28, 2019
1 parent b5fb438 commit cce46b9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "ember-lookit-frameplayer", "dependencies": {
"name": "ember-lookit-frameplayer",
"dependencies": {
"alpaca": "1.5.22",
"handlebars": "4.0.14",
"handlebars": "4.1.2",
"lodash": "~4.6.1"
},
"resolutions": {
"bootstrap": "3.3.2",
"jquery": ">=1.10",
"tinycolor": "1.3.0"
"jquery": ">=3.4.0",
"tinycolor": "1.3.0",
"handlebars": "4.1.2"
}
}

0 comments on commit cce46b9

Please sign in to comment.