From 12f7608c45a83ca0d49e33ecedf4f4d3b8c4fa46 Mon Sep 17 00:00:00 2001 From: Kevin Bullaughey Date: Thu, 9 Nov 2017 15:42:43 -0500 Subject: [PATCH] fixes #11; update velocity-animate --- blueprints/ember-cli-velocity/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/ember-cli-velocity/index.js b/blueprints/ember-cli-velocity/index.js index d207005..17b9c20 100644 --- a/blueprints/ember-cli-velocity/index.js +++ b/blueprints/ember-cli-velocity/index.js @@ -5,6 +5,6 @@ module.exports = { normalizeEntityName: function() {}, afterInstall: function() { - this.addPackageToProject('velocity-animate', '1.2.3'); + return this.addPackageToProject('velocity-animate', '1.5.0'); } };