Skip to content

Commit b139446

Browse files
Run prettier over entire project
1 parent 2d30ff6 commit b139446

16 files changed

+12594
-12596
lines changed

.prettierrc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"printWidth": 120,
3-
"tabWidth": 4,
4-
"trailingComma": "es5",
5-
"singleQuote": true
2+
"printWidth": 120,
3+
"tabWidth": 4,
4+
"trailingComma": "es5",
5+
"singleQuote": true
66
}

changelog.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Bug Fixes
44

5-
- Fixed a bug in AdjacencyList where it was never updated when vertices where put as adjacent.
5+
- Fixed a bug in AdjacencyList where it was never updated when vertices where put as adjacent.
66

77
# Version 0.4.x
88

@@ -12,21 +12,19 @@ No actual changes. Used for tuning publishing process
1212

1313
## New Features
1414

15-
- added `getAttachedEdges(vertex: V)` method on `Graph`
16-
- added `getOutgoingEdges(vertex: V)` method on `Graph`
17-
- added `getIncomingEdges(vertex: V)` method on `Graph`
18-
15+
- added `getAttachedEdges(vertex: V)` method on `Graph`
16+
- added `getOutgoingEdges(vertex: V)` method on `Graph`
17+
- added `getIncomingEdges(vertex: V)` method on `Graph`
1918

2019
# Version 0.3.1
2120

2221
## Improvements
2322

24-
- reduce package size significantly using lodash only for cloneDeep
25-
23+
- reduce package size significantly using lodash only for cloneDeep
2624

2725
# Version 0.3.0
2826

2927
## New Features
3028

31-
- added `deleteVertex(...vertex: V[])` methode on `Graph`
32-
- added `deleteEdge(...edge: E[])` methode on `Graph`
29+
- added `deleteVertex(...vertex: V[])` methode on `Graph`
30+
- added `deleteEdge(...edge: E[])` methode on `Graph`

0 commit comments

Comments
 (0)