mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
fix: new typedef config
This commit is contained in:
parent
ce60e03424
commit
796de2eef0
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user