Skip to content

Commit f55ab64

Browse files
committed
Change npx command for GitHub Package Registry
1 parent 5578267 commit f55ab64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žbin/output

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
 β”‚  LinkedIn: https://linkedin.com/in/bitandbang β”‚
1313
 β”‚  Web: https://bnb.im β”‚
1414
 β”‚ β”‚
15-
 β”‚  Card: npx bitandbang β”‚
15+
 β”‚  Card: npx @bnb/card (via GitHub Package Registry) β”‚
1616
 β”‚ β”‚
1717
 ╰────────────────────────────────────────────────────────────────╯
1818


β€Žbuild.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const data = {
2424
github: chalk.gray('https://github.com/') + chalk.green('bnb'),
2525
linkedin: chalk.gray('https://linkedin.com/in/') + chalk.blue('bitandbang'),
2626
web: chalk.cyan('https://bnb.im'),
27-
npx: chalk.red('npx') + ' ' + chalk.white('bitandbang'),
27+
npx: chalk.red('npx') + ' ' + chalk.white('@bnb/card (via GitHub Package Registry)'),
2828
labelWork: chalk.white.bold(' Work:'),
2929
labelOpenSource: chalk.white.bold('Open Source:'),
3030
labelTwitter: chalk.white.bold(' Twitter:'),

0 commit comments

Comments
Β (0)