From 353761b07015a26841549cc259ae0687bc8e4865 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 10 Oct 2018 15:00:56 +0000 Subject: [registration] Add dbs and code for the registration scripts Add Table for the registration hooks. Add Table for the hooks - groups association. Add nexthook for the minilinux to pull the next bash script. Add state for setting the new script after completing the current one. --- server/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'server/package.json') diff --git a/server/package.json b/server/package.json index 90e5c84..09bbb42 100644 --- a/server/package.json +++ b/server/package.json @@ -26,10 +26,11 @@ "standard": "^11.0.1" }, "devDependencies": { - "eslint-config-standard": "^11.0.0", + "eslint": "^5.6.1", + "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", - "eslint-plugin-node": "^6.0.1", - "eslint-plugin-promise": "^3.8.0", - "eslint-plugin-standard": "^3.1.0" + "eslint-plugin-node": "^7.0.1", + "eslint-plugin-promise": "^4.0.1", + "eslint-plugin-standard": "^4.0.0" } } -- cgit v1.2.3-55-g7522