Publish v0.2.1 — fix bin path for npm

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Advait Paliwal
2026-03-23 18:37:40 -07:00
parent 9b1e04f128
commit 6b6e82a194
2 changed files with 4 additions and 4 deletions

View File

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