diff --git a/index.js b/index.js index 599cf0b3b..ae994603f 100644 --- a/index.js +++ b/index.js @@ -12,4 +12,4 @@ if (!global.Intl) { } // providing an idiomatic api for the nodejs version of this module -module.exports = global.IntlPolyfill; +module.exports = global.Intl;