mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
chore(core): fix missing stuff (#3302)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
[
|
[
|
||||||
"electron",
|
"electron",
|
||||||
"server",
|
"server",
|
||||||
"web",
|
"core",
|
||||||
"docs",
|
"docs",
|
||||||
"storybook",
|
"storybook",
|
||||||
"component",
|
"component",
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ See https://github.com/all-?/all-contributors/issues/361#issuecomment-637166066
|
|||||||
[](https://affine.pro/download)
|
[](https://affine.pro/download)
|
||||||
[](https://affine.pro/download)
|
[](https://affine.pro/download)
|
||||||
[](https://affine.pro/download)
|
[](https://affine.pro/download)
|
||||||
[](https://affine.pro/download)
|
[](https://affine.pro/download)
|
||||||
|
|
||||||
[](https://github.com/toeverything/AFFiNE/releases/latest)
|
[](https://github.com/toeverything/AFFiNE/releases/latest)
|
||||||
[![stars-icon]](https://github.com/toeverything/AFFiNE)
|
[![stars-icon]](https://github.com/toeverything/AFFiNE)
|
||||||
@@ -202,5 +202,5 @@ See [LICENSE] for details.
|
|||||||
[codecov]: https://codecov.io/gh/toeverything/affine/branch/master/graphs/badge.svg?branch=master
|
[codecov]: https://codecov.io/gh/toeverything/affine/branch/master/graphs/badge.svg?branch=master
|
||||||
[node-version-icon]: https://img.shields.io/badge/node-%3E=18.16.1-success
|
[node-version-icon]: https://img.shields.io/badge/node-%3E=18.16.1-success
|
||||||
[typescript-version-icon]: https://img.shields.io/github/package-json/dependency-version/toeverything/affine/dev/typescript
|
[typescript-version-icon]: https://img.shields.io/github/package-json/dependency-version/toeverything/affine/dev/typescript
|
||||||
[react-version-icon]: https://img.shields.io/github/package-json/dependency-version/toeverything/AFFiNE/react?filename=apps%2Fweb%2Fpackage.json&color=rgb(97%2C228%2C251)
|
[react-version-icon]: https://img.shields.io/github/package-json/dependency-version/toeverything/AFFiNE/react?filename=apps%2Fcore%2Fpackage.json&color=rgb(97%2C228%2C251)
|
||||||
[blocksuite-icon]: https://img.shields.io/github/package-json/dependency-version/toeverything/AFFiNE/@blocksuite/store?color=6880ff&filename=apps%2Fweb%2Fpackage.json&label=blocksuite
|
[blocksuite-icon]: https://img.shields.io/github/package-json/dependency-version/toeverything/AFFiNE/@blocksuite/store?color=6880ff&filename=apps%2Fcore%2Fpackage.json&label=blocksuite
|
||||||
|
|||||||
@@ -73,10 +73,9 @@
|
|||||||
"@affine/electron/scripts/*": ["./apps/electron/scripts/*"],
|
"@affine/electron/scripts/*": ["./apps/electron/scripts/*"],
|
||||||
"@affine-test/kit/*": ["./tests/kit/*"],
|
"@affine-test/kit/*": ["./tests/kit/*"],
|
||||||
"@affine-test/fixtures/*": ["./tests/fixtures/*"],
|
"@affine-test/fixtures/*": ["./tests/fixtures/*"],
|
||||||
"@toeverything/infra": ["./packages/infra/src"],
|
|
||||||
"@toeverything/y-indexeddb": ["./packages/y-indexeddb/src"],
|
"@toeverything/y-indexeddb": ["./packages/y-indexeddb/src"],
|
||||||
"@toeverything/hooks/*": ["./packages/hooks/src/*"],
|
"@toeverything/hooks/*": ["./packages/hooks/src/*"],
|
||||||
"@toeverything/plugin-infra": ["./packages/plugin-infra/src"],
|
"@toeverything/infra/*": ["./packages/infra/src/*"],
|
||||||
"@toeverything/plugin-infra/*": ["./packages/plugin-infra/src/*"],
|
"@toeverything/plugin-infra/*": ["./packages/plugin-infra/src/*"],
|
||||||
"@affine/native": ["./packages/native/index.d.ts"],
|
"@affine/native": ["./packages/native/index.d.ts"],
|
||||||
"@affine/native/*": ["./packages/native/*"],
|
"@affine/native/*": ["./packages/native/*"],
|
||||||
|
|||||||
Reference in New Issue
Block a user