diff --git a/blueprints/ember-cli-raygun/index.js b/blueprints/ember-cli-raygun/index.js index d10bda2..53a0da6 100644 --- a/blueprints/ember-cli-raygun/index.js +++ b/blueprints/ember-cli-raygun/index.js @@ -24,13 +24,13 @@ module.exports = { var self = this, raygunApiKey = options.api_key || 'YOUR-RAYGUN-API-KEY'; - return this.addBowerPackagesToProject([ { name: 'raygun4js', target: "^1.18.4"} ]) + return this.addBowerPackagesToProject([ { name: 'raygun4js', target: "^2.3.4"} ]) .then(function() { return self.setupRaygunConfig(raygunApiKey); }) .then(function () { var output = EOL; - output += chalk.blue('Raygun') + ' has been installed. Please set your API Key in ' + chalk.green('config/environment.js') + '. If you don\'t have a key, get one at https://raygun.io!' + EOL; + output += chalk.blue('Raygun') + ' has been installed. Please set your API Key in ' + chalk.green('config/environment.js') + '. If you don\'t have a key, get one at https://raygun.com!' + EOL; console.log(output); }); }, diff --git a/bower.json b/bower.json index e0c01a0..a1d2442 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "jquery": "^1.11.3", "loader.js": "ember-cli/loader.js#3.4.0", "qunit": "~1.20.0", - "raygun4js": "~2.0.3" + "raygun4js": "^2.3.4" }, "devDependencies": {} }