Skip to content

Commit 81d2058

Browse files
committed
Move undici to the devDependency section.
1 parent 48484c2 commit 81d2058

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"fastify",
1717
"fastify-plugin",
1818
"https",
19+
"redirect",
1920
"TLS",
2021
"SSL",
2122
"secure"
@@ -27,15 +28,15 @@
2728
},
2829
"homepage": "https://github.com/mattbishop/fastify-https-always#readme",
2930
"dependencies": {
30-
"@fastify/error": "3.0.0",
31-
"fastify-plugin": "^3.0.1",
32-
"undici": "5.8.2"
31+
"@fastify/error": "^3.0.0",
32+
"fastify-plugin": "^3.0.1"
3333
},
3434
"devDependencies": {
3535
"@types/tape": "^4.13.2",
3636
"fastify": "^3.3.0",
3737
"tape": "^5.5.3",
3838
"ts-node": "^10.9.1",
39-
"typescript": "^4.7.4"
39+
"typescript": "^4.7.4",
40+
"undici": "^5.8.2"
4041
}
4142
}

0 commit comments

Comments
 (0)