fix: git url

This commit is contained in:
lucas-neynar 2025-03-15 13:48:58 -07:00
parent affbade9dc
commit 7ad6530cb8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import { mnemonicToAccount } from 'viem/accounts';
const __filename = fileURLToPath(import.meta.url); const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename); const __dirname = dirname(__filename);
const REPO_URL = 'git://github.com/neynarxyz/create-neynar-farcaster-frame.git'; const REPO_URL = 'https://github.com/neynarxyz/create-neynar-farcaster-frame.git';
const SCRIPT_VERSION = JSON.parse(fs.readFileSync(path.join(__dirname, '..', 'package.json'), 'utf8')).version; const SCRIPT_VERSION = JSON.parse(fs.readFileSync(path.join(__dirname, '..', 'package.json'), 'utf8')).version;
function printWelcomeMessage() { function printWelcomeMessage() {

View File

@ -1,6 +1,6 @@
{ {
"name": "create-neynar-farcaster-frame", "name": "create-neynar-farcaster-frame",
"version": "1.0.4", "version": "1.0.5",
"type": "module", "type": "module",
"files": [ "files": [
"bin/index.js" "bin/index.js"