Skip to content

Commit

Permalink
Allow Node v6 engine (electrodejs#31)
Browse files Browse the repository at this point in the history
picked minimum versions that incorporate the latest big security issues
  • Loading branch information
wmertens authored and jchip committed Oct 21, 2016
1 parent aeb0702 commit 7bf68dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {},
"engines": {
"node": "^4.2.6",
"node": "^4.4.6 || ^6.2.1",
"npm": "^3.5.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-react": "^3.16.1"
},
"engines": {
"node": "^4.2.6",
"node": "^4.4.6 || ^6.2.1",
"npm": "^3.5.3"
}
}

0 comments on commit 7bf68dc

Please sign in to comment.