Skip to content

Commit

Permalink
Update node engine version in package.json (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcaldas authored Nov 1, 2017
1 parent 3feaad3 commit be08b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
## Documentation :book:
Full documentation [here](https://danielcaldas.github.io/react-d3-graph/docs/index.html).

## Compatibility
- Node version **6.9.x**
- React version **15.6.1**
- d3 version **4.10.2**

## Install
[![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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"webpack-visualizer-plugin": "0.1.11"
},
"engines": {
"node": "6.9.x"
"node": ">=6.9.5"
},
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit be08b74

Please sign in to comment.