fix(llm-task): fix invalid package.json
This commit is contained in:
parent
c5356e121a
commit
da3a56708f
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user