Skip to content

Commit f49e910

Browse files
authored
fix(astro): published package missing @tutorialkit/astro/types (#347)
1 parent 67042ef commit f49e910

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/astro/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"./package.json": "./package.json"
2424
},
2525
"files": [
26-
"dist"
26+
"dist",
27+
"types.d.ts"
2728
],
2829
"scripts": {
2930
"build": "node ./scripts/build.js",

0 commit comments

Comments
 (0)