fix(llm-task): fix invalid package.json

This commit is contained in:
Vignesh Natarajan 2026-01-22 23:19:32 -08:00 committed by Peter Steinberger
parent c5356e121a
commit da3a56708f

View File

@ -1,7 +1,7 @@
{ {
name: @clawdbot/llm-task, "name": "@clawdbot/llm-task",
private: true, "private": true,
type: module, "type": "module",
main: index.ts, "main": "index.ts",
version: 0.0.0 "version": "0.0.0"
} }