From cb9e6d79d4db265f39de551f81a824a5cb5c3dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 27 Jul 2020 13:18:10 +0200 Subject: [PATCH] fix(authentication-jwt): move REST API Explorer to devDependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Explorer is used only by the example application used by tests. Signed-off-by: Miroslav Bajtoš --- extensions/authentication-jwt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index 9e3a5acf5173..8c2b480e51a1 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -24,7 +24,6 @@ "@loopback/authentication": "^4.2.10", "@loopback/core": "^2.9.2", "@loopback/rest": "^5.2.1", - "@loopback/rest-explorer": "^2.2.7", "@loopback/security": "^0.2.15", "@loopback/service-proxy": "^2.3.5", "@types/bcryptjs": "2.4.2", @@ -36,6 +35,7 @@ "@loopback/build": "^6.1.1", "@loopback/eslint-config": "^8.0.4", "@loopback/repository": "^2.10.0", + "@loopback/rest-explorer": "^2.2.7", "@loopback/testlab": "^2.0.2", "@types/lodash": "^4.14.158", "@types/node": "^10.17.28",