mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
export namespaces aren't reused yet. Fixed bug w/ get-block-and-children not invoking correctly in nbb. Bumped all deps to use latest nbb-logseq
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"name": "@logseq/common",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v27"
|
|
},
|
|
"scripts": {
|
|
"test": "yarn nbb-logseq -cp test -m nextjournal.test-runner"
|
|
}
|
|
}
|