clay-server 4.1.0-beta.7 → 4.1.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -1268,7 +1268,7 @@ function setup(callback) {
|
|
|
1268
1268
|
console.clear();
|
|
1269
1269
|
printLogo();
|
|
1270
1270
|
log("");
|
|
1271
|
-
log(sym.pointer + " " + a.bold + "Clay" + a.reset + a.dim + " ·
|
|
1271
|
+
log(sym.pointer + " " + a.bold + "Clay Studio" + a.reset + a.dim + " · Official open-source distribution" + a.reset);
|
|
1272
1272
|
log(sym.bar);
|
|
1273
1273
|
log(sym.bar + " " + a.yellow + sym.warn + " Disclaimer" + a.reset);
|
|
1274
1274
|
log(sym.bar);
|
package/package.json
CHANGED