Skip to content

Commit 14f4139

Browse files
committed
updated reference from graphlib to graphlib-webpack
1 parent a9e2845 commit 14f4139

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
],
1616
"dependencies": {
1717
"graphlib-webpack": "^2.1.1",
18-
"lodash": "^3.10.0"
18+
"lodash": "^4.11.1"
1919
}
2020
}

lib/graphlib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var graphlib;
44

55
if (typeof require === "function") {
66
try {
7-
graphlib = require("graphlib");
7+
graphlib = require("graphlib-webpack");
88
} catch (e) {}
99
}
1010

0 commit comments

Comments
 (0)