Skip to content

Commit

Permalink
Change homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfschneider committed Feb 25, 2020
1 parent 471b44a commit fbd826e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions cfd.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ const LEGEND_PAD = 3;
//Helper functions

function equalsIgnoreCase(a, b) {
if (a && b) {
return String(a).toLowerCase() == String(b).toLowerCase();
} else {
return false;
}
return String(a).toLowerCase() == String(b).toLowerCase();
}

function minDate(dates) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulative-flow",
"version": "1.21.1",
"version": "1.21.2",
"description": "Draw SVG Cumulative Flow Diagrams",
"keywords": [
"cumulative",
Expand Down Expand Up @@ -30,7 +30,7 @@
"bugs": {
"url": "https://github.com/ulfschneider/cumulative-flow/issues"
},
"homepage": "https://github.com/ulfschneider/cumulative-flow#readme",
"homepage": "https://ulf.codes/cumulative-flow",
"dependencies": {
"d3": "^5.7.0",
"js-base64": "^2.5.0",
Expand Down

0 comments on commit fbd826e

Please sign in to comment.