fix: various fixes and tweaks (#701)

This commit is contained in:
Daniel Lautzenheiser
2023-04-14 13:52:11 -04:00
committed by GitHub
parent 422b7798da
commit 364612e9ae
22 changed files with 101 additions and 32 deletions

View File

@ -33,7 +33,7 @@
"type-check": "tsc --watch"
},
"main": "dist/static-cms-core.js",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],