Skip to content

Commit 216bf85

Browse files
mgabeler-lee-6rsraymondfeng
authored andcommitted
fix: move serve-static @types to normal dependencies
Consumers of this library need those @types packages to be installed, which won't happen if they are in devDependencies Fixes #1917 ... again
1 parent 9a84ef0 commit 216bf85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
"@loopback/openapi-v3-types": "^1.0.0",
2828
"@types/cors": "^2.8.3",
2929
"@types/express": "^4.11.1",
30+
"@types/express-serve-static-core": "^4.16.0",
3031
"@types/http-errors": "^1.6.1",
3132
"@types/parseurl": "^1.3.1",
33+
"@types/serve-static": "1.13.2",
3234
"ajv": "^6.5.1",
3335
"body": "^5.1.0",
3436
"cors": "^2.8.4",
@@ -52,11 +54,9 @@
5254
"@loopback/repository": "^1.0.2",
5355
"@loopback/testlab": "^1.0.0",
5456
"@types/debug": "0.0.30",
55-
"@types/express-serve-static-core": "^4.16.0",
5657
"@types/js-yaml": "^3.11.1",
5758
"@types/lodash": "^4.14.106",
5859
"@types/node": "^10.11.2",
59-
"@types/serve-static": "1.13.2",
6060
"@types/qs": "^6.5.1",
6161
"@types/type-is": "^1.6.2"
6262
},

0 commit comments

Comments
 (0)