From 9f5d80fdddda497426411e482239720e84a8f420 Mon Sep 17 00:00:00 2001 From: veganbeef Date: Mon, 23 Jun 2025 13:46:22 -0700 Subject: [PATCH] fix: add link to neynar dev portal --- bin/init.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/init.js b/bin/init.js index ebb2ac3..40ba38c 100644 --- a/bin/init.js +++ b/bin/init.js @@ -93,6 +93,7 @@ export async function init() { break; } + console.log('\n🪐 Find your Neynar API key at: https://dev.neynar.com/app\n'); const neynarKeyAnswer = await inquirer.prompt([ { type: 'password', diff --git a/package.json b/package.json index 7672f0f..172339a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/create-farcaster-mini-app", - "version": "1.4.2", + "version": "1.4.3", "type": "module", "private": false, "access": "public",