Skip to content

Commit 2a32a9d

Browse files
committed
cli run
1 parent 37a1dee commit 2a32a9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docbase",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"type": "module",
55
"workspaces": [
66
"packages/*"

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"main": "./dist/index.cjs",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
7+
"bin": "./main/main.js",
78
"exports": {
89
".": {
910
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)