Skip to content

Commit

Permalink
Bump to minimum latest v2.3.4 and update bower.json also
Browse files Browse the repository at this point in the history
  • Loading branch information
fundead committed Aug 3, 2016
1 parent 54c1816 commit f6bfa12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-cli-raygun/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
var self = this,
raygunApiKey = options.api_key || 'YOUR-RAYGUN-API-KEY';

return this.addBowerPackagesToProject([ { name: 'raygun4js', target: "^2.2.1"} ])
return this.addBowerPackagesToProject([ { name: 'raygun4js', target: "^2.3.4"} ])
.then(function() {
return self.setupRaygunConfig(raygunApiKey);
})
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 f6bfa12

Please sign in to comment.