Skip to content

Commit 54bbafa

Browse files
committed
Made mermaid into an npm dependency instead of built in
1 parent ba42885 commit 54bbafa

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"doc": "docs"
88
},
99
"scripts": {
10-
"build": "tiddlywiki ++node_modules/tw5-vis-network/plugins/vis-network --build index bundle",
10+
"build": "tiddlywiki ++node_modules/tw5-vis-network/plugins/vis-network ++node_modules/mermaid-tw5/mermaid-tw5/plugins/mermaid-tw5 --build index bundle",
1111
"test": "tiddlywiki ++node_modules/tw5-relink/plugins/relink ++node_modules/tw5-relink/plugins/relink-fieldnames --build test"
1212
},
1313
"repository": {
@@ -33,6 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"tw5-relink": "github:flibbles/tw5-relink",
36-
"tw5-vis-network": "github:flibbles/tw5-vis-network#v10.5.4"
36+
"tw5-vis-network": "github:flibbles/tw5-vis-network#v10.5.4",
37+
"mermaid-tw5": "github:flibbles/mermaid-tw5"
3738
}
3839
}

tiddlers/System/plugins/orange_mermaid-tw5.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)