X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=9557e59d92ff4cfeaca0197484d05e6d5348fe28;hb=bad85ee42a1c6a12be50560e535331dadff453b4;hp=61cac5f67ad1d7747b40d278103276768aa5fc5a;hpb=c28d8adf214c89a5fbb33e3cd5858d05679874fe;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 61cac5f6..9557e59d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.50", + "version": "1.1.51", "engines": { "node": "16.x.x", "npm": "8.x.x" @@ -58,8 +58,8 @@ "build": "npm run rollup", "build:dev": "npm run rollup -- --environment BUILD:development", "build:dev:watch": "npm run rollup -- --environment BUILD:development --watch", - "lint": "cross-env TIMING=1 eslint --ext .js,.ts src", - "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src", + "lint": "cross-env TIMING=1 eslint --cache --ext .js,.ts src", + "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src", "format": "prettier --write .", "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc mocha test/**/*Test.ts",