react-i18next
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -0,1 +1,5 @@ | ||
### 5.2.0 | ||
- adds module export in package.json pointing to es dist files. | ||
### 5.1.0 | ||
@@ -2,0 +6,0 @@ - you now can set i18n instance on translate hoc once using setI18n: |
{ | ||
"name": "react-i18next", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.", | ||
"main": "dist/commonjs/index.js", | ||
"jsnext:main": "dist/es/index.js", | ||
"module": "dist/es/index.js", | ||
"keywords": [ | ||
@@ -8,0 +9,0 @@ "i18next", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
198346