@sumor/i18n
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@sumor/i18n", | ||
"description": "This is a lightweight i18n library for Node.js and the browser. You can easily use it to manage your i18n resources. And apply it to your project.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "MIT", | ||
"repository": "sumor-cloud/i18n", | ||
"author": "Sumor Cloud Ltd", | ||
"homepage": "https://sumor.cloud", | ||
"homepage": "https://sumor.cloud/i18n", | ||
"type": "module", | ||
@@ -37,2 +37,3 @@ "main": "./src/index.js", | ||
"lint": "eslint .", | ||
"autofix": "eslint --fix . && prettier --write . && npm audit fix --force", | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testMatch='**/test/**/*.test.js'", | ||
@@ -39,0 +40,0 @@ "coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --testMatch='**/test/**/*.test.js'", |
# i18n | ||
A [Sumor Cloud](https://sumor.cloud) Tool. | ||
[More Documentation](https://sumor.cloud) | ||
[More Documentation](https://sumor.cloud/i18n) | ||
@@ -6,0 +6,0 @@ This is a lightweight i18n library for Node.js and the browser. |
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
5928