mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-23 16:04:12 +02:00
Modernization of build environment. Less gulp, more npm. Eslint.
This commit is contained in:
2
src/diagrams/flowchart/d3.js
vendored
2
src/diagrams/flowchart/d3.js
vendored
@@ -4,7 +4,7 @@
|
||||
|
||||
if (require) {
|
||||
try {
|
||||
d3 = require("d3");
|
||||
d3 = require('d3');
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user