[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

@@ -32,9 +32,12 @@
"unist-util-visit": "^4.1.1"
},
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}