Skip to content

Commit

Permalink
package.json: updated "engines"
Browse files Browse the repository at this point in the history
minimal supported version of node.js now is v4.0.0
  • Loading branch information
unclechu committed May 22, 2018
1 parent 8b8aef9 commit 3d85253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ v0.6.0
- Updated "devDependencies" versions to fix vulnerability alerts
- Dropped support of io.js and node.js v0.12.x and lower since new versions of
"devDependencies" couldn't work with those old node.js versions
(minimal supported version of node.js now is v4.0.0)

v0.5.1
------
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
],
"main": "lib/deep-extend.js",
"engines": {
"node": ">=0.10.0",
"iojs": ">=1.0.0"
"node": ">=4.0.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
Expand Down

0 comments on commit 3d85253

Please sign in to comment.