mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: lints and a test
nbb test was failing b/c outliner had graph-parser as a dependency but we hadn't manually added the npm dependency
This commit is contained in:
2
deps/graph-parser/package.json
vendored
2
deps/graph-parser/package.json
vendored
@@ -7,7 +7,7 @@
|
||||
"better-sqlite3": "8.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"mldoc": "^1.5.1"
|
||||
"mldoc": "^1.5.8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nbb-logseq -cp test -m nextjournal.test-runner"
|
||||
|
||||
Reference in New Issue
Block a user