fix: new typedef config

This commit is contained in:
lucas-neynar 2025-03-26 12:52:25 -07:00
parent ce60e03424
commit 796de2eef0
No known key found for this signature in database

View File

@ -1,11 +1,14 @@
{
"name": "@neynar/create-farcaster-mini-app",
"version": "1.2.6",
"version": "1.2.7",
"type": "module",
"private": false,
"access": "public",
"exports": {
".": "./bin/init.js"
".": {
"types": "./index.d.ts",
"import": "./bin/init.js"
}
},
"types": "./index.d.ts",
"files": [