properties-file
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "properties-file", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": ".properties file parser, JSON converter and Webpack loader.", | ||
@@ -45,3 +45,3 @@ "author": "Avansai (https://avansai.com)", | ||
"scripts": { | ||
"build": "npm run prettier && npm run lint-fix && rm -Rf ./lib && tsc && npm run add-import-type && npm test", | ||
"build": "npm run prettier && npm run lint-fix && rm -Rf ./lib && tsc && npm run add-import-type && npm run test", | ||
"lint-fix": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx --fix .", | ||
@@ -61,6 +61,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", | ||
@@ -67,0 +67,0 @@ "eslint-plugin-jest": "^26.8.2", |
40614