X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=dfb43a763d180bff72223047bebef5c4aac2b929;hb=e0a7120807d9a7c657195cc81927dbb0b5a7e842;hp=c3035d19d2e53717e7ae62521da6aeda27972820;hpb=e27fae42b651ebdb5c0d49b38a2c391661186100;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index c3035d19..dfb43a76 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ev-simulator", "version": "1.0.0", "engines": { - "node": "13.x.x" + "node": ">=13.14.0" }, "repository": { "type": "git", @@ -33,7 +33,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "clinic:clean": "clinic clean", "npm-check": "npm-check", - "git:sdiff": "!git diff && git submodule foreach 'git diff'", + "git:sdiff": "git diff && git submodule foreach 'git diff'", "git:supdate": "git submodule update --remote --merge", "git:spush": "git push --recurse-submodules=on-demand" },