mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 15:33:29 +03:00
16 lines
426 B
Diff
16 lines
426 B
Diff
diff --git a/package.json b/package.json
|
|
index ca30bca63196b923fa5a27eb85ce2ee890222d36..39e9d08dea40f25568a39bfbc0154458d32c8a66 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -31,6 +31,10 @@
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
+ "./core": {
|
|
+ "types": "./core/index.d.ts",
|
|
+ "default": "./core/index.js"
|
|
+ },
|
|
"./adapters": {
|
|
"types": "./adapters.d.ts"
|
|
},
|