get-user-locale
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "get-user-locale", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Returns a list of strings representing the user's preferred languages.", | ||
@@ -8,3 +8,3 @@ "main": "dist/cjs/index.js", | ||
"source": "src/index.ts", | ||
"types": "src/index.ts", | ||
"types": "dist/cjs/index.d.ts", | ||
"sideEffects": false, | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"jest": "jest", | ||
"lint": "eslint src --ext .js,.ts", | ||
"lint": "eslint src", | ||
"prepack": "yarn clean && yarn build", | ||
@@ -20,0 +20,0 @@ "prettier": "prettier --check . --cache", |
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
19249