Browse Source

package.json: node >= 0.10.0

Herbert Vojčík 9 years ago
parent
commit
d6f7d5370b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -21,7 +21,7 @@
     "url": "https://github.com/herby/amd-config-builder/issues"
   },
   "engines": {
-    "node": ">=0.8.0"
+    "node": ">=0.10.0"
   },
   "dependencies": {
     "lodash": "~2.4.1",