content-grade 1.0.25 → 1.0.26
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
CHANGED
|
@@ -12,7 +12,7 @@ const PRO_TIER_LIMIT = 1_000_000;
|
|
|
12
12
|
const BUSINESS_TIER_LIMIT = 1_000_000;
|
|
13
13
|
const TEAM_TIER_LIMIT = 1_000_000;
|
|
14
14
|
const HEADLINE_GRADER_ENDPOINT = 'headline-grader';
|
|
15
|
-
const UPGRADE_URL = 'https://content-grade.
|
|
15
|
+
const UPGRADE_URL = 'https://content-grade.github.io/Content-Grade/#pricing';
|
|
16
16
|
const TIER_LIMITS = {
|
|
17
17
|
free: FREE_TIER_LIMIT,
|
|
18
18
|
pro: PRO_TIER_LIMIT,
|
package/package.json
CHANGED