Skip to content

Commit

Permalink
Moved @types/http-cache-semantics to dependencies
Browse files Browse the repository at this point in the history
Fixes #194

It looks like it's not a dev-only dependency as it prevents pendants from using this project, so I think that the move is justified.
  • Loading branch information
Maxim-Mazurok committed Sep 26, 2022
1 parent 7cdd0fa commit 45d4960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"compliant"
],
"dependencies": {
"@types/http-cache-semantics": "^4.0.1",
"get-stream": "^6.0.1",
"http-cache-semantics": "^4.1.0",
"keyv": "^4.5.0",
Expand All @@ -45,7 +46,6 @@
"@types/create-test-server": "^3.0.1",
"@types/delay": "^3.1.0",
"@types/get-stream": "^3.0.2",
"@types/http-cache-semantics": "^4.0.1",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/responselike": "^1.0.0",
Expand Down

0 comments on commit 45d4960

Please sign in to comment.