resolve-accept-language
Advanced tools
Comparing version 1.0.26 to 1.0.27
{ | ||
"name": "resolve-accept-language", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "Resolve the preferred locale based on the value of an `Accept-Language` HTTP header.", | ||
@@ -14,3 +14,4 @@ "main": "lib/resolve-accept-language.js", | ||
"patch-version": "npm run build && npm version patch && git push", | ||
"publish-npm": "npm run patch-version && npm publish" | ||
"publish-npm": "npm run patch-version && npm publish", | ||
"release": "dotenv release-it" | ||
}, | ||
@@ -44,5 +45,7 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@release-it/conventional-changelog": "^3.3.0", | ||
"@types/jest": "^27.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.29.2", | ||
"@typescript-eslint/parser": "^4.29.2", | ||
"dotenv-cli": "^4.0.0", | ||
"eslint": "^7.32.0", | ||
@@ -53,2 +56,3 @@ "eslint-config-prettier": "^8.3.0", | ||
"prettier": "2.3.2", | ||
"release-it": "^14.11.5", | ||
"ts-jest": "^27.0.5", | ||
@@ -55,0 +59,0 @@ "ts-node": "^10.2.1", |
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
25542
14