Fix git:sdiff script.
[e-mobility-charging-stations-simulator.git] / package.json
index 0f15f58b88a78c7061bd4c797b92ba5e261a31b8..bae86716c9f2ebfb00c0e7fb2560d05f9b8389c1 100644 (file)
@@ -2,7 +2,7 @@
   "name": "ev-simulator",
   "version": "1.0.0",
   "engines": {
-    "node": "13.x.x"
+    "node": "14.x.x"
   },
   "repository": {
     "type": "git",
     "flow:deps": "flow-typed install",
     "test": "echo \"Error: no test specified\" && exit 1",
     "clinic:clean": "clinic clean",
-    "npm-check": "npm-check"
+    "npm-check": "npm-check",
+    "git:sdiff": "git diff && git submodule foreach 'git diff'",
+    "git:supdate": "git submodule update --remote --merge",
+    "git:spush": "git push --recurse-submodules=on-demand"
   },
   "dependencies": {
     "uuid": "^7.0.3",
@@ -50,7 +53,7 @@
     "eslint-plugin-flowtype": "^4.7.0",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-promise": "^4.2.1",
-    "flow-bin": "^0.122.0",
+    "flow-bin": "^0.123.0",
     "flow-typed": "^3.1.0",
     "npm-check": "^5.9.2"
   }