X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=98d3b91e577171419f4a7bf3c5e9f8e4c120b583;hb=fb9809a7ade71d691390c71daf821bbdb8c711bf;hp=77a0b25d37782398822ddecacacf3c7bf61ff533;hpb=1dcc83343029ad4fad11ac9751673d6001b64f6a;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 77a0b25d..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",