Merge branch 'master' of github.com:toeverything/AFFiNE into fix/downhill-bugs

This commit is contained in:
QiShaoXuan
2023-02-07 14:15:06 +08:00
34 changed files with 404 additions and 560 deletions
+1 -2
View File
@@ -6,7 +6,6 @@
"type": "module",
"types": "dist/src/index.d.ts",
"exports": {
"./src/*": "./dist/src/*.js",
".": "./dist/src/index.js"
},
"scripts": {
@@ -28,6 +27,6 @@
"devDependencies": {
"@types/prettier": "^2.7.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
}
}