Skip to content

Commit 9685a2d

Browse files
committed
Fix types in monaco
1 parent cecf603 commit 9685a2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "react-exo",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"type": "module",
5+
"types": "./gen/types/index.d.ts",
56
"scripts": {
67
"dev": "conc -c 'auto' 'pnpm:*-dev'",
78
"build": "conc -c 'auto' -g 'pnpm:*-build'",

0 commit comments

Comments
 (0)