X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=package.json;h=98d3b91e577171419f4a7bf3c5e9f8e4c120b583;hb=0f90f59a611c1a6e45afb9b09c4387129c7a7ce2;hp=436ac5dd4b8f97faf9727edb4e84fa6c58964918;hpb=f44d1bd2a045f9448d10290358f5fa47770c9e9c;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 436ac5dd..98d3b91e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.37", + "version": "1.0.39", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -50,7 +50,6 @@ "lint": "cross-env TIMING=1 eslint --ext .js,.ts src", "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src", "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", - "pretest": "npm run build:dev", "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc mocha test/**/*Test.ts", "coverage": "nyc report --reporter=lcov", "coverage:html": "nyc report --reporter=html", @@ -84,7 +83,7 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^9.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^14.17.10", + "@types/node": "^14.17.11", "@types/tar": "^4.0.5", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7",