@displaydev/cli 0.23.0 → 0.23.1
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/dist/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -551,11 +551,11 @@ program.command('publish <path>').description('Publish an HTML or Markdown file.
|
|
|
551
551
|
console.log(JSON.stringify(publicResult));
|
|
552
552
|
process.stderr.write([
|
|
553
553
|
'',
|
|
554
|
-
"Published anonymously
|
|
554
|
+
"Published anonymously. Claim it to make it yours.",
|
|
555
555
|
" Preview: ".concat(publicResult.previewUrl),
|
|
556
556
|
" Claim: ".concat(publicResult.claimUrl),
|
|
557
557
|
" Expires: ".concat(publicResult.expiresAt),
|
|
558
|
-
"Sign
|
|
558
|
+
"Sign up at the claim URL to move it into your display.dev organization.",
|
|
559
559
|
''
|
|
560
560
|
].join('\n'));
|
|
561
561
|
return [
|