react-i18nify
Advanced tools
Comparing version 1.11.5 to 1.11.6
{ | ||
"name": "react-i18nify", | ||
"version": "1.11.5", | ||
"version": "1.11.6", | ||
"description": "Simple i18n translation and localization components and helpers for React applications.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -29,3 +29,3 @@ # react-i18nify | ||
```javascript | ||
const I18n = require('react-i18nify').I18n; | ||
const { I18n } = require('react-i18nify'); | ||
@@ -32,0 +32,0 @@ I18n.setTranslations({ |
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
38809