Skip to content

Commit 19be35e

Browse files
committed
Add d.ts file to npm publish
1 parent 352a64d commit 19be35e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mdx/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@code-hike/mdx",
33
"version": "0.7.2",
44
"files": [
5-
"dist"
5+
"dist",
6+
"components.d.ts"
67
],
78
"main": "./dist/index.cjs.js",
89
"module": "./dist/index.esm.mjs",

0 commit comments

Comments
 (0)