fix: script formatting

This commit is contained in:
lucas-neynar 2025-04-11 16:43:31 -07:00
parent 18b36f9603
commit 1baea5d793
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -1,6 +1,6 @@
{
"name": "@neynar/create-farcaster-mini-app",
"version": "1.2.13",
"version": "1.2.14",
"type": "module",
"private": false,
"access": "public",