Skip to content

Commit fee3520

Browse files
committed
fix(rest): move @types/cors to dependency
1 parent 6617bbf commit fee3520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@loopback/core": "^0.2.1",
2626
"@loopback/openapi-v3": "^0.3.0",
2727
"@loopback/openapi-v3-types": "^0.2.1",
28+
"@types/cors": "^2.8.3",
2829
"@types/http-errors": "^1.6.1",
2930
"@types/node": "^8.5.9",
3031
"body": "^5.1.0",
@@ -40,7 +41,6 @@
4041
"@loopback/openapi-spec-builder": "^0.3.0",
4142
"@loopback/repository": "^0.2.1",
4243
"@loopback/testlab": "^0.3.0",
43-
"@types/cors": "^2.8.3",
4444
"@types/debug": "0.0.30",
4545
"@types/js-yaml": "^3.9.1",
4646
"@types/lodash": "^4.14.96"

0 commit comments

Comments
 (0)