Skip to content

Commit e3c6569

Browse files
committed
refactor: update status report
1 parent ceae9bd commit e3c6569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class extends Command {
2929
const config = pkg.config;
3030

3131
console.log( `
32-
Name: ${ ansi.hl( config?.name || "-" ) }
32+
Package name: ${ ansi.hl( config?.name || "-" ) }
3333
Releasable: ${ pkg.isReleaseEnabled
3434
? ansi.ok( " RELEASABLE " )
3535
: ansi.error( " NOT RELEASABLE " ) }

0 commit comments

Comments
 (0)