Skip to content

Commit

Permalink
Merge 3c9979d into fb9aa22
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcockjosh committed Jul 20, 2020
2 parents fb9aa22 + 3c9979d commit 87e889e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -1213,4 +1213,4 @@ module.exports = (function() {

return i18n;

}());
});
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./i18n');
module.exports = require('./i18n')();

0 comments on commit 87e889e

Please sign in to comment.