fix(plugin-workflow): fix dependencies in package (#192)
This commit is contained in:
parent
7e59e275e0
commit
405ff75c1b
@ -10,8 +10,11 @@
|
|||||||
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@nocobase/database": "^0.6.0-alpha.0",
|
||||||
|
"@nocobase/server": "^0.6.0-alpha.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@nocobase/test": "^0.6.0-alpha.0"
|
||||||
},
|
},
|
||||||
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
|
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user