Skip to content

Commit

Permalink
fix: move serve-static @types to normal dependencies
Browse files Browse the repository at this point in the history
Consumers of this library need those @types packages to be installed, which
won't happen if they are in devDependencies

Fixes #1917 ... again
  • Loading branch information
mgabeler-lee-6rs authored and raymondfeng committed Nov 1, 2018
1 parent 9a84ef0 commit 216bf85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
"@loopback/openapi-v3-types": "^1.0.0",
"@types/cors": "^2.8.3",
"@types/express": "^4.11.1",
"@types/express-serve-static-core": "^4.16.0",
"@types/http-errors": "^1.6.1",
"@types/parseurl": "^1.3.1",
"@types/serve-static": "1.13.2",
"ajv": "^6.5.1",
"body": "^5.1.0",
"cors": "^2.8.4",
Expand All @@ -52,11 +54,9 @@
"@loopback/repository": "^1.0.2",
"@loopback/testlab": "^1.0.0",
"@types/debug": "0.0.30",
"@types/express-serve-static-core": "^4.16.0",
"@types/js-yaml": "^3.11.1",
"@types/lodash": "^4.14.106",
"@types/node": "^10.11.2",
"@types/serve-static": "1.13.2",
"@types/qs": "^6.5.1",
"@types/type-is": "^1.6.2"
},
Expand Down

0 comments on commit 216bf85

Please sign in to comment.