mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
fix(llm-task): fix invalid package.json
This commit is contained in:
committed by
Peter Steinberger
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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user