From 6b6e82a194997a5c332af06f3a4618f6473ac4c6 Mon Sep 17 00:00:00 2001 From: Advait Paliwal Date: Mon, 23 Mar 2026 18:37:40 -0700 Subject: [PATCH] =?UTF-8?q?Publish=20v0.2.1=20=E2=80=94=20fix=20bin=20path?= =?UTF-8?q?=20for=20npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0986aab..8c616d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@companion-ai/feynman", - "version": "0.1.5", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@companion-ai/feynman", - "version": "0.1.5", + "version": "0.2.1", "hasInstallScript": true, "dependencies": { "@companion-ai/alpha-hub": "^0.1.2", diff --git a/package.json b/package.json index 3a0fa22..e85ca92 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "@companion-ai/feynman", - "version": "0.1.5", + "version": "0.2.1", "description": "Research-first CLI agent built on Pi and alphaXiv", "type": "module", "bin": { - "feynman": "./bin/feynman.js" + "feynman": "bin/feynman.js" }, "files": [ "bin/",