We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3feaad3 commit be08b74Copy full SHA for be08b74
README.md
@@ -11,11 +11,6 @@
11
## Documentation :book:
12
Full documentation [here](https://danielcaldas.github.io/react-d3-graph/docs/index.html).
13
14
-## Compatibility
15
-- Node version **6.9.x**
16
-- React version **15.6.1**
17
-- d3 version **4.10.2**
18
-
19
## Install
20
[](https://www.npmjs.com/package/react-d3-graph)
21
package.json
@@ -58,7 +58,7 @@
58
"webpack-visualizer-plugin": "0.1.11"
59
},
60
"engines": {
61
- "node": "6.9.x"
+ "node": ">=6.9.5"
62
63
"main": "lib/index.js",
64
"repository": {
0 commit comments