Skip to content

Commit be08b74

Browse files
authored
Update node engine version in package.json (#32)
1 parent 3feaad3 commit be08b74

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
## Documentation :book:
1212
Full documentation [here](https://danielcaldas.github.io/react-d3-graph/docs/index.html).
1313

14-
## Compatibility
15-
- Node version **6.9.x**
16-
- React version **15.6.1**
17-
- d3 version **4.10.2**
18-
1914
## Install
2015
[![https://nodei.co/npm/YOUR-MODULE-NAME.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/react-d3-graph.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/react-d3-graph)
2116

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"webpack-visualizer-plugin": "0.1.11"
5959
},
6060
"engines": {
61-
"node": "6.9.x"
61+
"node": ">=6.9.5"
6262
},
6363
"main": "lib/index.js",
6464
"repository": {

0 commit comments

Comments
 (0)