Skip to content

Commit d9785de

Browse files
committed
4.0.0
1 parent c2f5071 commit d9785de

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "graph-data-structure",
3-
"version": "3.5.0",
3+
"version": "4.0.0",
44
"description": "A graph data structure with topological sort.",
55
"author": "Curran Kelleher",
6-
"contributors": [{
7-
"name": "Jonathan MASSUCHETTI",
8-
"email": "[email protected]",
9-
"url": "https://github.com/JesusTheHun"
10-
}],
6+
"contributors": [
7+
{
8+
"name": "Jonathan MASSUCHETTI",
9+
"email": "[email protected]",
10+
"url": "https://github.com/JesusTheHun"
11+
}
12+
],
1113
"license": "MIT",
1214
"bugs": {
1315
"url": "https://github.com/datavis-tech/graph-data-structure/issues"

0 commit comments

Comments
 (0)