Skip to content

Commit

Permalink
chore(lib/package): rename bare to node:http
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 24, 2024
1 parent 2f03bf5 commit a085a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import path from 'path';
const packages = {
'0http': { hasRouter: true, package: '0http' },
'adonisjs': { hasRouter: true, package: '@adonisjs/http-server' },
bare: { version: process.version },
connect: {},
'connect-router': { extra: true, package: 'router', hasRouter: true },
express: { hasRouter: true },
Expand All @@ -22,6 +21,7 @@ const packages = {
micro: { extra: true },
'micro-route': { extra: true, hasRouter: true },
microrouter: { extra: true, hasRouter: true },
'node:http': { version: process.version },
polka: { hasRouter: true },
polkadot: { hasRouter: false },
rayo: { hasRouter: true },
Expand Down

0 comments on commit a085a62

Please sign in to comment.