content-grade 1.0.30 → 1.0.31
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/content-grade.js +2 -0
- package/package.json +1 -1
package/bin/content-grade.js
CHANGED
|
@@ -144,6 +144,7 @@ function showFreeTierCTA(count) {
|
|
|
144
144
|
console.log(` ${D}Used by 1,100+ developers. $9/mo, cancel anytime.${R}`);
|
|
145
145
|
blank();
|
|
146
146
|
console.log(` ${MG}${B}→ Get Pro: ${CY}${UPGRADE_LINKS.free}${R}`);
|
|
147
|
+
console.log(` ${D} After purchase → get your key: ${CY}https://content-grade.onrender.com/my-license${R}`);
|
|
147
148
|
console.log(` ${D} Have a key? ${CY}content-grade activate <key>${R}`);
|
|
148
149
|
} else if (remaining === 1) {
|
|
149
150
|
// 1 run left — tease Pro features
|
|
@@ -243,6 +244,7 @@ function checkFreeTierLimit() {
|
|
|
243
244
|
console.log(` ${D}Used by 1,100+ developers.${R}`);
|
|
244
245
|
blank();
|
|
245
246
|
console.log(` ${MG}${B}→ ${CY}${UPGRADE_LINKS.free}${R}`);
|
|
247
|
+
console.log(` ${D} After purchase → get your key: ${CY}https://content-grade.onrender.com/my-license${R}`);
|
|
246
248
|
console.log(` ${D} Already have a key? ${CY}content-grade activate <key>${R}`);
|
|
247
249
|
hr();
|
|
248
250
|
blank();
|
package/package.json
CHANGED