Skip to content

Commit

Permalink
Merge pull request #26 from OCTRI/specify-i18next-version
Browse files Browse the repository at this point in the history
Specify i18next version in call to `addBowerPackageToProject` to prevent broken builds when the addon is added to a project.
  • Loading branch information
heathharrelson committed Jan 15, 2016
2 parents 943acc6 + ac55d95 commit 4a817dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-i18next/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
normalizeEntityName: function () {},

afterInstall: function(options) {
return this.addBowerPackageToProject('i18next');
return this.addBowerPackageToProject('i18next', '^1.7.0');
}
};
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"ember-qunit": "0.4.18",
"ember-qunit-notifications": "0.0.7",
"ember-resolver": "~0.1.18",
"i18next": "~1.7.0",
"jquery": "^1.11.3",
"i18next": "^1.7.0",
"jquery": "1.11.3",
"loader.js": "ember-cli/loader.js#3.2.1",
"qunit": "~1.18.0"
}
Expand Down

0 comments on commit 4a817dd

Please sign in to comment.