windows-locale
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -5,3 +5,3 @@ { | ||
"preferGlobal": false, | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Windows Language Code Identifier (LCID) for JavaScript", | ||
@@ -27,6 +27,6 @@ "author": { | ||
"start": "node index.js", | ||
"test": "echo \"Nice Test :)\"" | ||
"test": "xo && node test.js" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
@@ -54,4 +54,8 @@ "private": false, | ||
"devDependencies": { | ||
"pdf2json": "1.1.8" | ||
"pdf2json": "1.1.8", | ||
"xo": "^0.30.0" | ||
}, | ||
"xo": { | ||
"semicolon": false | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
104005
2
5601