From 9d13a33e0205e7878ca6f5834f74d70e176afae6 Mon Sep 17 00:00:00 2001 From: Mikers Date: Sat, 13 Jun 2026 08:41:31 -1000 Subject: [PATCH] chore: prepare foc-cli 0.1.1 release metadata --- cli/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/package.json b/cli/package.json index 7e6db10..154ef6f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "foc-cli", - "version": "0.0.4", + "version": "0.1.1", "description": "CLI for Filecoin Onchain Cloud — decentralized storage on Filecoin with PDP verification and USDFC payments.", "type": "module", "main": "dist/src/index.js", @@ -39,12 +39,12 @@ "license": "Apache-2.0 OR MIT", "repository": { "type": "git", - "url": "git+https://github.com/FIL-Builders/foc-skill.git" + "url": "git+https://github.com/FIL-Builders/foc-cli.git" }, "bugs": { - "url": "https://github.com/FIL-Builders/foc-skill/issues" + "url": "https://github.com/FIL-Builders/foc-cli/issues" }, - "homepage": "https://github.com/FIL-Builders/foc-skill#readme", + "homepage": "https://github.com/FIL-Builders/foc-cli#readme", "engines": { "node": ">=18" },