X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=59fe0ea644f05a3c0708ec7a05e7e8131f76c235;hb=9b25a525133f0b7d8e57a566dc1e841c97318d16;hp=f83a76f895a88f3084d3196b31164609313a9eaa;hpb=88fab3e7e3e5c6fe6637e4c3423ed58388567c49;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index f83a76f8..59fe0ea6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "main": "src/index.js", "scripts": { "start": "node src/index.js", - "start:debug": "node --inspect-brk src/index.js", + "start:debug": "node --inspect src/index.js", "start:prof": "node --prof src/index.js", "start:doctorprof": "clinic doctor -- node src/index.js", "start:flameprof": "clinic flame -- node src/index.js", @@ -50,7 +50,7 @@ "eslint-config-google": "^0.14.0", "eslint-config-node": "^4.1.0", "eslint-plugin-flowtype": "^5.2.0", - "flow-bin": "^0.135.0", + "flow-bin": "^0.136.0", "flow-typed": "^3.2.1", "npm-check": "^5.9.2" }