Skip to content

Commit dbf9cdf

Browse files
committed
use published version in example
1 parent 02ae027 commit dbf9cdf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import ReactDom from 'react-dom';
3-
import ReactHeatmap from 'react-heatmap';
3+
import ReactHeatmap from 'react-heatmap.js';
44

55
class ReactHeatmapExample extends React.PureComponent {
66
render() {

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": "git+https://github.com/benweizhu/react-heatmap.js.git"
26+
"react-heatmap.js": "^1.0.0"
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@git+https://github.com/benweizhu/react-heatmap.js.git":
2646+
react-heatmap.js@^1.0.0:
26472647
version "1.0.0"
2648-
resolved "git+https://github.com/benweizhu/react-heatmap.js.git#8914ceb16afdee3aed4fa75c2975338d8676c956"
2648+
resolved "https://registry.yarnpkg.com/react-heatmap.js/-/react-heatmap.js-1.0.0.tgz#d40a93eebaf4c821037a8ac078477fa9f905ad0e"
26492649
dependencies:
26502650
heatmap.js "^2.0.5"
26512651
prop-types "^15.5.8"

0 commit comments

Comments
 (0)