Skip to content

Commit

Permalink
Require Node.js 4 to run.
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Jul 5, 2016
1 parent 7eca13e commit a7b910b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ minimize a global energy function, which is equivalent to statistical multi-dime

# Release Notes

## v1.0.0 (still in development)
* Refactored Madge to use ES6 and now requires Node.js 4 to run.

## v0.5.5 (July 03, 2016)
* Add note about Graphviz and Windows in README
* Fix matching absolute path in Windows (Thanks to nadejdashed)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"graph"
],
"engines": [
"node >= 4.4.7"
"node": ">=4.x.x"
],
"scripts": {
"test": "npm run lint && npm run mocha && npm run madge",
Expand Down

0 comments on commit a7b910b

Please sign in to comment.