Browse Source

Node >= 4.

Herbert Vojčík 6 years ago
parent
commit
a5724dc6f0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      external/amber-cli/package.json
  2. 1 1
      package.json

+ 1 - 1
external/amber-cli/package.json

@@ -21,7 +21,7 @@
     "url": "https://lolg.it/amber/amber.git"
   },
   "engines": {
-    "node": "0.10.x || 0.12.x || >=4.0.0"
+    "node": ">=4.0.0"
   },
   "bugs": {
     "url": "https://lolg.it/amber/amber/issues?labels=in+cli"

+ 1 - 1
package.json

@@ -21,7 +21,7 @@
     "url": "https://lolg.it/amber/amber.git"
   },
   "engines": {
-    "node": "0.10.x || 0.12.x || >=4.0.0"
+    "node": ">=4.0.0"
   },
   "strings": {
     "buildParserBegin": "// jshint ignore:start\ndefine(['./boot'], function($boot) {\nvar $globals = $boot.globals;\n",