marketing-mindset 1.3.0 → 1.3.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/bin/cli.js +2 -2
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -161,8 +161,8 @@ function runJd(opts) {
|
|
|
161
161
|
+ "(Expected: ~1,500-2,000 per arm at a 3% baseline, 80% power, 20% relative lift.)");
|
|
162
162
|
L.push("4. Name one thing you killed and what the number was.");
|
|
163
163
|
L.push("5. What will you build in the first two weeks here, and how will we see it?");
|
|
164
|
-
L.push("", "--", "Generated by marketing-mindset (npm). Method and pricing: " +
|
|
165
|
-
+ " | Packages: " +
|
|
164
|
+
L.push("", "--", "Generated by marketing-mindset (npm). Method and pricing: " + "https://axelfreeman.com/marketing-engineer.html"
|
|
165
|
+
+ " | Packages: " + "https://axelfreeman.com/marketing-engineer-cost.html" + " | Web version of this tool: " + "https://axelfreeman.github.io/marketing-mindset/tools/marketing-engineer-jd-generator.html");
|
|
166
166
|
console.log(L.join("\n"));
|
|
167
167
|
return 0;
|
|
168
168
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "marketing-mindset",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "A marketer's operating mindset as an installable agent skill and CLI: test-size floors, kill rules, agent-readiness checklist, marketing-engineer job description. npx marketing-mindset sample|kill|aeo|jd|sections|read|install.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-skill",
|