@ewb/translate
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@ewb/translate", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Translate as you create your app. Saves the words and text in a tree structure for fast and easy lookup.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -24,3 +24,4 @@ # Translate library | ||
``` | ||
const Translate from '@ewb/translate'; | ||
import Translate from '@ewb/translate'; | ||
const translate = new Translate({ | ||
@@ -27,0 +28,0 @@ defaultLocale: 'en', |
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
32221
219