fix: package affine/env modules (#2707)

This commit is contained in:
Himself65
2023-06-07 16:31:05 +08:00
committed by GitHub
parent 17b40b68df
commit f4be15baec
6 changed files with 6 additions and 24 deletions

View File

@@ -4,6 +4,7 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@affine/templates": "workspace:*",
"@blocksuite/global": "0.0.0-20230601122821-16196c35-nightly",
"next": "=13.4.2",
"react": "18.3.0-canary-16d053d59-20230506",
@@ -14,7 +15,7 @@
".": "./src/index.ts",
"./config": "./src/config.ts",
"./constant": "./src/constant.ts",
"./blocksuite": "./blocksuite/index.ts"
"./blocksuite": "./src/blocksuite/index.ts"
},
"peerDependencies": {
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly"