From 87a0c0ea99a89d17ff2aac9ea7484db6d931f7ca Mon Sep 17 00:00:00 2001 From: Stefan Neculai Date: Fri, 22 Apr 2016 18:31:20 +0300 Subject: [PATCH] Update bower version. --- blueprints/ember-froala-editor/index.js | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/ember-froala-editor/index.js b/blueprints/ember-froala-editor/index.js index 48e7663..91498c3 100644 --- a/blueprints/ember-froala-editor/index.js +++ b/blueprints/ember-froala-editor/index.js @@ -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 diff --git a/bower.json b/bower.json index 497e1d5..2fa5f6c 100644 --- a/bower.json +++ b/bower.json @@ -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" } }