[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): use Node.js instead of Node in engines on Compare page (#1007)

authored by

Wojciech Maj and committed by
GitHub
e57c4289 ef7adf94

+1 -1
+1 -1
app/composables/usePackageComparison.ts
··· 326 326 } 327 327 return { 328 328 raw: engines.node, 329 - display: `Node ${engines.node}`, 329 + display: `Node.js ${engines.node}`, 330 330 status: 'neutral', 331 331 } 332 332 }