Skip to content

Commit

Permalink
Merge pull request #8 from MindscapeHQ/jrjamespdx-master
Browse files Browse the repository at this point in the history
Update target raygun4js version to latest.
Also closes #7
  • Loading branch information
Jeremy Norman authored Aug 4, 2016
2 parents 23a979e + 415b6a3 commit 035b710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions blueprints/ember-cli-raygun/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}

0 comments on commit 035b710

Please sign in to comment.