Skip to content

Commit

Permalink
#437 - Move execution for IIFE to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcockjosh committed Jul 20, 2020
1 parent fb9aa22 commit 3c9979d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n.js
Expand Up @@ -1213,4 +1213,4 @@ module.exports = (function() {

return i18n;

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

0 comments on commit 3c9979d

Please sign in to comment.