Browse Source

Better colors

Kevin van Zonneveld 9 years ago
parent
commit
545c671a97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/update.js

+ 1 - 1
website/update.js

@@ -38,4 +38,4 @@ fs.writeFileSync(
   fs.readFileSync(locations.dev, 'utf-8')
 );
 
-console.info(chalk.green('✓ injected: uppy build into site'));
+console.info(chalk.green('✓ injected: '), chalk.dim('uppy build into site'));