This commit is contained in:
xiongxiao
2026-03-13 03:21:26 +08:00
committed by cnb
parent 8249da006f
commit cda1d0dc8f
4 changed files with 21 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cnb",
"version": "0.0.41",
"version": "0.0.43",
"description": "",
"main": "index.js",
"basename": "/root/cnb",
@@ -17,8 +17,8 @@
},
"keywords": [],
"bin": {
"cnb": "./bin/index.js",
"cloud": "./bin/index.js"
"cnb": "bin/index.js",
"cloud": "bin/index.js"
},
"files": [
"dist",
@@ -74,4 +74,4 @@
"./src/*": "./src/*",
"./agent/*": "./agent/*"
}
}
}