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/",