We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a1dee commit 2a32a9dCopy full SHA for 2a32a9d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docbase",
3
- "version": "0.2.7",
+ "version": "0.2.8",
4
"type": "module",
5
"workspaces": [
6
"packages/*"
packages/core/package.json
@@ -4,6 +4,7 @@
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
7
+ "bin": "./main/main.js",
8
"exports": {
9
".": {
10
0 commit comments