Skip to content

Commit

Permalink
fix(rest): move @types/cors to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shimks committed Mar 8, 2018
1 parent 6617bbf commit fee3520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@loopback/core": "^0.2.1",
"@loopback/openapi-v3": "^0.3.0",
"@loopback/openapi-v3-types": "^0.2.1",
"@types/cors": "^2.8.3",
"@types/http-errors": "^1.6.1",
"@types/node": "^8.5.9",
"body": "^5.1.0",
Expand All @@ -40,7 +41,6 @@
"@loopback/openapi-spec-builder": "^0.3.0",
"@loopback/repository": "^0.2.1",
"@loopback/testlab": "^0.3.0",
"@types/cors": "^2.8.3",
"@types/debug": "0.0.30",
"@types/js-yaml": "^3.9.1",
"@types/lodash": "^4.14.96"
Expand Down

0 comments on commit fee3520

Please sign in to comment.