resolve-accept-language
Advanced tools
Comparing version 1.1.15 to 1.1.16
{ | ||
"name": "resolve-accept-language", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "Resolve the preferred locale based on the value of an `Accept-Language` HTTP header.", | ||
@@ -13,3 +13,3 @@ "author": "Avansai (https://avansai.com)", | ||
"scripts": { | ||
"build": "npm run prettier && npm run lint-fix && rm -Rf ./lib && tsc && npm test", | ||
"build": "npm run prettier && npm run lint-fix && rm -Rf ./lib && tsc && npm run test", | ||
"lint-fix": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx --fix .", | ||
@@ -46,6 +46,6 @@ "lint-check": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx .", | ||
"dotenv-cli": "^6.0.0", | ||
"eslint": "^8.21.0", | ||
"eslint": "^8.22.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-node": "^0.3.6", | ||
"eslint-import-resolver-typescript": "^3.4.0", | ||
"eslint-import-resolver-typescript": "^3.4.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -52,0 +52,0 @@ "eslint-plugin-jest": "^26.8.2", |
35818