Skip to content

Commit

Permalink
chore: remove dep (#5454)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed May 9, 2024
1 parent 2839863 commit 0bf9506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastify.js
@@ -1,6 +1,6 @@
'use strict'

const VERSION = '5.0.0-dev'
const VERSION = '5.0.0-alpha.1'

const Avvio = require('avvio')
const http = require('node:http')
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fastify",
"version": "5.0.0-aplha.1",
"version": "5.0.0-alpha.1",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
Expand Down Expand Up @@ -206,7 +206,6 @@
"@fastify/fast-json-stringify-compiler": "^4.3.0",
"abstract-logging": "^2.0.1",
"avvio": "^8.3.0",
"fast-content-type-parse": "^1.1.0",
"fast-json-stringify": "^5.14.1",
"find-my-way": "^8.1.0",
"light-my-request": "^5.13.0",
Expand Down

0 comments on commit 0bf9506

Please sign in to comment.