Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 2fe4c18

Browse files
committed
fix: types index
1 parent a61a432 commit 2fe4c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type-check": "tsc --watch"
3434
},
3535
"main": "dist/static-cms-core.js",
36-
"types": "dist/index.d.ts",
36+
"types": "dist/src/index.d.ts",
3737
"files": [
3838
"dist/**/*"
3939
],

0 commit comments

Comments
 (0)