Skip to content

Commit

Permalink
Revert "Indicate in package.json that Node.js 4 or newer is required (#…
Browse files Browse the repository at this point in the history
…1643)" (#1644)

This reverts commit 773b7e7.
  • Loading branch information
vladikoff authored Jun 19, 2018
1 parent 773b7e7 commit a2d6d80
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 @@ -7,7 +7,7 @@
"repository": "https://github.com/gruntjs/grunt.git",
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=0.10.0"
},
"scripts": {
"test": "node bin/grunt test",
Expand Down

0 comments on commit a2d6d80

Please sign in to comment.