feat: export init function

This commit is contained in:
lucas-neynar
2025-03-26 11:16:12 -07:00
parent b940d16d4c
commit f018890e78
3 changed files with 21 additions and 8 deletions

View File

@@ -1,7 +1,10 @@
{
"name": "create-neynar-farcaster-frame",
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"exports": {
".": "./bin/index.js"
},
"files": [
"bin/index.js"
],