fix(llm-task): fix invalid package.json
This commit is contained in:
parent
c5356e121a
commit
da3a56708f
@ -1,7 +1,7 @@
|
||||
{
|
||||
name: @clawdbot/llm-task,
|
||||
private: true,
|
||||
type: module,
|
||||
main: index.ts,
|
||||
version: 0.0.0
|
||||
"name": "@clawdbot/llm-task",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "index.ts",
|
||||
"version": "0.0.0"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user