Skip to content

Commit 02ae027

Browse files
committed
update after rename
1 parent 8914ceb commit 02ae027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"prop-types": "^15.5.8",
2424
"react": "^15.5.4",
2525
"react-dom": "^15.5.4",
26-
"react-heatmap": "https://github.com/benweizhu/react-heatmap.git"
26+
"react-heatmap": "git+https://github.com/benweizhu/react-heatmap.js.git"
2727
}
2828
}

example/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,9 +2643,9 @@ react-dom@^15.5.4:
26432643
object-assign "^4.1.0"
26442644
prop-types "~15.5.7"
26452645

2646-
"react-heatmap@https://github.com/benweizhu/react-heatmap.git":
2646+
"react-heatmap@git+https://github.com/benweizhu/react-heatmap.js.git":
26472647
version "1.0.0"
2648-
resolved "https://github.com/benweizhu/react-heatmap.git#5566c588d90a7f75153a32a1027dfa46a8f14c28"
2648+
resolved "git+https://github.com/benweizhu/react-heatmap.js.git#8914ceb16afdee3aed4fa75c2975338d8676c956"
26492649
dependencies:
26502650
heatmap.js "^2.0.5"
26512651
prop-types "^15.5.8"

0 commit comments

Comments
 (0)