fix: correct npm package entry point and include manifest file

This commit is contained in:
Lauren ten Hoor
2026-02-12 11:48:05 +08:00
parent 3d3d1cc2e4
commit fe3486b647

View File

@@ -27,7 +27,7 @@
},
"openclaw": {
"extensions": [
"./index.ts"
"./dist/index.js"
]
},
"main": "./dist/index.js",
@@ -35,7 +35,8 @@
"files": [
"dist/",
"roles/",
"docs/"
"docs/",
"openclaw.plugin.json"
],
"publishConfig": {
"access": "public"