Skip to content

Commit 0de229e

Browse files
bajtosraymondfeng
authored andcommitted
fix(authentication-jwt): move REST API Explorer to devDependencies
Explorer is used only by the example application used by tests. Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
1 parent 5040f8f commit 0de229e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/authentication-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@loopback/authentication": "^4.2.10",
2525
"@loopback/core": "^2.9.2",
2626
"@loopback/rest": "^5.2.1",
27-
"@loopback/rest-explorer": "^2.2.7",
2827
"@loopback/security": "^0.2.15",
2928
"@loopback/service-proxy": "^2.3.5",
3029
"@types/bcryptjs": "2.4.2",
@@ -36,6 +35,7 @@
3635
"@loopback/build": "^6.1.1",
3736
"@loopback/eslint-config": "^8.0.4",
3837
"@loopback/repository": "^2.10.0",
38+
"@loopback/rest-explorer": "^2.2.7",
3939
"@loopback/testlab": "^2.0.2",
4040
"@types/lodash": "^4.14.158",
4141
"@types/node": "^10.17.28",

0 commit comments

Comments
 (0)