From 1baea5d793a5db4913ed544f79e9f73a1c8b2ed2 Mon Sep 17 00:00:00 2001 From: lucas-neynar Date: Fri, 11 Apr 2025 16:43:31 -0700 Subject: [PATCH] fix: script formatting --- bin/init.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/init.js b/bin/init.js index 329e905..85f1673 100644 --- a/bin/init.js +++ b/bin/init.js @@ -109,7 +109,7 @@ export async function init() { '- Automatic frame analytics in your dev portal\n' + '- Send manual notifications from dev.neynar.com\n' + '- Built-in rate limiting and error handling\n\n' + - `${purple}${bright}${italic}A demo API key is included if you would like to try out Neynar before signing up!${reset}` + + `${purple}${bright}${italic}A demo API key is included if you would like to try out Neynar before signing up!${reset}\n` + 'Would you like to use Neynar in your frame?', default: true } diff --git a/package.json b/package.json index 63e1e4d..d2023b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/create-farcaster-mini-app", - "version": "1.2.13", + "version": "1.2.14", "type": "module", "private": false, "access": "public",