We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e2845 commit 14f4139Copy full SHA for 14f4139
2 files changed
bower.json
@@ -15,6 +15,6 @@
15
],
16
"dependencies": {
17
"graphlib-webpack": "^2.1.1",
18
- "lodash": "^3.10.0"
+ "lodash": "^4.11.1"
19
}
20
lib/graphlib.js
@@ -4,7 +4,7 @@ var graphlib;
4
5
if (typeof require === "function") {
6
try {
7
- graphlib = require("graphlib");
+ graphlib = require("graphlib-webpack");
8
} catch (e) {}
9
10
0 commit comments