2
0
فهرست منبع

Bumping nodejs supported engines to ">=0.10.0"

Node 0.8's npm fails to works with "^x.y.z" version specs
(= compatible with x.y.z), which some components already use.

Other than that, amber should work fine wiht node 0.8,
but bumping it anyway.
Herbert Vojčík 10 سال پیش
والد
کامیت
ed1605ad76
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -23,7 +23,7 @@
     "url": "git://github.com/amber-smalltalk/amber.git"
   },
   "engines": {
-    "node": ">=0.8.0"
+    "node": ">=0.10.0"
   },
   "scripts": {
     "test": "grunt test"