We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48484c2 commit 81d2058Copy full SHA for 81d2058
package.json
@@ -16,6 +16,7 @@
16
"fastify",
17
"fastify-plugin",
18
"https",
19
+ "redirect",
20
"TLS",
21
"SSL",
22
"secure"
@@ -27,15 +28,15 @@
27
28
},
29
"homepage": "https://github.com/mattbishop/fastify-https-always#readme",
30
"dependencies": {
- "@fastify/error": "3.0.0",
31
- "fastify-plugin": "^3.0.1",
32
- "undici": "5.8.2"
+ "@fastify/error": "^3.0.0",
+ "fastify-plugin": "^3.0.1"
33
34
"devDependencies": {
35
"@types/tape": "^4.13.2",
36
"fastify": "^3.3.0",
37
"tape": "^5.5.3",
38
"ts-node": "^10.9.1",
39
- "typescript": "^4.7.4"
+ "typescript": "^4.7.4",
40
+ "undici": "^5.8.2"
41
}
42
0 commit comments