diff --git a/package.json b/package.json index 2dbc14d..cfdddeb 100644 --- a/package.json +++ b/package.json @@ -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": [