update package.json so project and script name match

This commit is contained in:
lucas-neynar 2025-03-13 16:18:53 -07:00
parent ab05215d65
commit ce5483a8e1
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
{ {
"name": "frames-v2-demo", "name": "frames-v2-demo",
"version": "0.1.1", "version": "0.1.2",
"type": "module", "type": "module",
"files": [ "files": [
"bin/index.js" "bin/index.js"
@ -21,7 +21,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"bin": { "bin": {
"test-frames-v2-quickstart": "./bin/index.js" "frames-v2-demo": "./bin/index.js"
}, },
"dependencies": { "dependencies": {
"@farcaster/auth-kit": "^0.6.0", "@farcaster/auth-kit": "^0.6.0",