Skip to content

Commit

Permalink
Update pinned version of i18n plugin (for CCA_locales -> _locales)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve committed Mar 24, 2015
1 parent 0ed3646 commit ad6ea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pre-prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = exports = function prePrepareCommand(context) {
}
idx = missingPlugins.indexOf('org.chromium.i18n');
if (idx != -1) {
missingPlugins[idx] = missingPlugins[idx] + '@1';
missingPlugins[idx] = missingPlugins[idx] + '@2';
}
idx = missingPlugins.indexOf('org.chromium.bootstrap');
if (idx != -1) {
Expand Down

0 comments on commit ad6ea14

Please sign in to comment.