Skip to content

Commit 4d0c2cf

Browse files
author
Chris Pettitt
committed
Fix up require for graphlib in bench script
1 parent 587d725 commit 4d0c2cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
"url": "https://github.com/dagrejs/dagre.git"
4343
},
4444
"license": "MIT"
45-
}
45+
}

src/bench.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var Benchmark = require("benchmark"),
44
sprintf = require("sprintf").sprintf;
55

6-
var Graph = require("graphlib").Graph,
6+
var Graph = require("@dagrejs/graphlib").Graph,
77
rank = require("../lib/rank"),
88
layout = require("..").layout;
99

0 commit comments

Comments
 (0)