Skip to content

Commit 52db02f

Browse files
committed
Prep v1.0.5 release
1 parent 4a97abf commit 52db02f

File tree

7 files changed

+10452
-4886
lines changed

7 files changed

+10452
-4886
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphlib",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": [
55
"dist/graphlib.core.js"
66
],
@@ -20,6 +20,6 @@
2020
"test/**"
2121
],
2222
"dependencies": {
23-
"lodash": "^2.4.1"
23+
"lodash": "^3.10.0"
2424
}
2525
}

dist/graphlib.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,6 @@ if (!lodash) {
11831183
module.exports = lodash;
11841184

11851185
},{"lodash":undefined}],21:[function(require,module,exports){
1186-
module.exports = '1.0.4';
1186+
module.exports = '1.0.5';
11871187

11881188
},{}]},{},[1]);

dist/graphlib.core.min.js

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

0 commit comments

Comments
 (0)