Skip to content

Commit

Permalink
Update bower version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Apr 22, 2016
1 parent c75e03d commit 87a0c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-froala-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {

afterInstall: function() {
return RSVP.all([
this.addBowerPackageToProject( 'froala-wysiwyg-editor', '~2.2.3' ),
this.addBowerPackageToProject( 'froala-wysiwyg-editor', '~2.2.4' ),
this.addAddonToProject( 'ember-cli-font-awesome', '^1.5.0' )
]);
} // :afterInstall
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"bootstrap": "^3.3.6",
"bootswatch": "^3.3.6",
"font-awesome": "~4.5.0",
"froala-wysiwyg-editor": "~2.2.3"
"froala-wysiwyg-editor": "~2.2.4"
}
}

0 comments on commit 87a0c0e

Please sign in to comment.