Skip to content

Commit

Permalink
Move undici to the devDependency section.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbishop committed Aug 16, 2022
1 parent 48484c2 commit 81d2058
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"fastify",
"fastify-plugin",
"https",
"redirect",
"TLS",
"SSL",
"secure"
Expand All @@ -27,15 +28,15 @@
},
"homepage": "https://github.com/mattbishop/fastify-https-always#readme",
"dependencies": {
"@fastify/error": "3.0.0",
"fastify-plugin": "^3.0.1",
"undici": "5.8.2"
"@fastify/error": "^3.0.0",
"fastify-plugin": "^3.0.1"
},
"devDependencies": {
"@types/tape": "^4.13.2",
"fastify": "^3.3.0",
"tape": "^5.5.3",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"undici": "^5.8.2"
}
}

0 comments on commit 81d2058

Please sign in to comment.