Skip to content

Commit

Permalink
Set Node.js version correctly in the results (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina authored Dec 1, 2023
1 parent b0b4586 commit f532aa8
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 @@ -6,7 +6,7 @@ import path from 'path';

const packages = {
'0http': { hasRouter: true, package: '0http' },
bare: { version: '10.13.0' },
bare: { version: process.version },
connect: {},
'connect-router': { extra: true, package: 'router', hasRouter: true },
express: { hasRouter: true },
Expand Down

0 comments on commit f532aa8

Please sign in to comment.