Skip to content

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
 

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+8-6
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": "jonathan.massuchetti@dappit.fr",
9-
"url": "https://github.com/JesusTheHun"
10-
}],
6+
"contributors": [
7+
{
8+
"name": "Jonathan MASSUCHETTI",
9+
"email": "jonathan.massuchetti@dappit.fr",
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)
Please sign in to comment.