[packages][s]: fix public api of remark-* and core packages

This commit is contained in:
olayway
2023-06-13 12:09:59 +02:00
parent 5b1238cc27
commit 6f0da8c3a3
6 changed files with 32 additions and 6 deletions

View File

@@ -23,7 +23,14 @@
"dist"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/index.js"
}
},
"dependencies": {
"@docsearch/react": "^3.3.3",
"@floating-ui/react-dom": "^1.3.0",