We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceae9bd commit e3c6569Copy full SHA for e3c6569
1 file changed
lib/commands/status.js
@@ -29,7 +29,7 @@ export default class extends Command {
29
const config = pkg.config;
30
31
console.log( `
32
-Name: ${ ansi.hl( config?.name || "-" ) }
+Package name: ${ ansi.hl( config?.name || "-" ) }
33
Releasable: ${ pkg.isReleaseEnabled
34
? ansi.ok( " RELEASABLE " )
35
: ansi.error( " NOT RELEASABLE " ) }
0 commit comments