Browse Source

Allow node 4.

Herbert Vojčík 9 years ago
parent
commit
727bc48964
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template.js

+ 1 - 1
template.js

@@ -123,7 +123,7 @@ exports.template = function (grunt, init, done) {
             "grunt-execute": "^0.2.2",
             "requirejs": "^2.1.15"
         };
-        props.node_version = '>=0.10.0';
+        props.node_version = '0.10.x || 0.12.x || >=4.0.0';
         props.scripts = {
             "test": "grunt test"
         };