mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
Moved dependent query fns also into the outliner dep. Removed get-block-children-ids from model as there was only one use of it after the refactor. Also setup testing for outliner and moved in a test for it
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"name": "@logseq/outliner",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@logseq/nbb-logseq": "^1.2.173"
|
|
},
|
|
"scripts": {
|
|
"test": "yarn nbb-logseq -cp test -m nextjournal.test-runner"
|
|
}
|
|
}
|