@os-team/i18next-tld-language-detector
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@os-team/i18next-tld-language-detector", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "repository": "git@gitlab.com:os-team/libs/utils.git", | ||
}, | ||
"gitHead": "c157087e0b513d46a7235f5b892cad6685ee15fc" | ||
"gitHead": "266d38393491ea50d7b724d3e6808f86edcf05e0" | ||
} |
@@ -18,3 +18,3 @@ # @os-team/i18next-tld-language-detector [![NPM version](https://img.shields.io/npm/v/@os-team/i18next-tld-language-detector)](https://yarnpkg.com/package/@os-team/i18next-tld-language-detector) [![BundlePhobia](https://img.shields.io/bundlephobia/minzip/@os-team/i18next-tld-language-detector)](https://bundlephobia.com/result?p=@os-team/i18next-tld-language-detector) | ||
import path from 'path'; | ||
import tldLanguageDetector from 'libs/utils/packages/i18next-tld-language-detector/src/index'; | ||
import tldLanguageDetector from '@os-team/i18next-tld-language-detector'; | ||
@@ -21,0 +21,0 @@ const i18Next = new NextI18Next({ |
4812