Skip to content

Commit

Permalink
Bump advised Node 4 version to >=4.1.1
Browse files Browse the repository at this point in the history
See nodejs/node#2943 for the discussion about the issue

Refs nodejs/node#2931
  • Loading branch information
mgol committed Sep 20, 2015
1 parent 3e35d49 commit ca9ce65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"test": "grunt --stack"
},
"engines": {
"node": ">= 0.12.0"
"node": ">=0.12.7 <0.13 || >=4.1.1"
}
}

0 comments on commit ca9ce65

Please sign in to comment.