Skip to content

Commit

Permalink
Upgrade flowchart.js the latest version supporting 'parallel' nodes.
Browse files Browse the repository at this point in the history
The latest version of flowchart.js uses require to load Raphael which
failed because it was not an explicit dependency. Remove rapahel-min.js
from vendors and add it as an explicit dependency.

Resolves seflless#24.
  • Loading branch information
Joshua Harrison authored and Joshua Harrison committed Apr 22, 2020
1 parent 80a0d78 commit 691d85e
Show file tree
Hide file tree
Showing 3 changed files with 1,234 additions and 1,401 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"electron": "^3.0.5",
"glob": "^7.1.2",
"railroad-diagrams": "1.0.0",
"raphael": "2.3.0",
"viz.js": "^1.3.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 691d85e

Please sign in to comment.