create-treble-app
Advanced tools
Comparing version 0.0.26 to 0.0.27
{ | ||
"name": "create-treble-app", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -51,5 +51,5 @@ import chalk from 'chalk'; | ||
console.log( | ||
` Bundles the app into a single static file name ${chalk.cyan( | ||
'threekit-embed.js' | ||
)} for production.` | ||
` Bundles the app into a two static files named ${chalk.cyan( | ||
'treble-app.js' | ||
)} and ${chalk.cyan('treble-app.css')}, ready for production.` | ||
); | ||
@@ -56,0 +56,0 @@ console.log(); |
79237