1
0
Pārlūkot izejas kodu

Release version 0.5.3

works with amber 0.14.17
Herbert Vojčík 8 gadi atpakaļ
vecāks
revīzija
c17a0c9aab
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 1 1
      bower.json
  2. 2 2
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "helios",
-  "version": "0.5.1",
+  "version": "0.5.3",
   "ignore": [
     "**/.*",
     "node_modules",

+ 2 - 2
package.json

@@ -2,7 +2,7 @@
   "name": "helios",
   "title": "Helios IDE for Amber",
   "description": "Helios IDE for Amber Smalltalk",
-  "version": "0.5.2",
+  "version": "0.5.3",
   "homepage": "https://github.com/amber-smalltalk/helios",
   "repository": {
     "type": "git",
@@ -18,7 +18,7 @@
     }
   ],
   "engines": {
-    "node": ">=0.10.0"
+    "node": "0.10.x || 0.12.x || >=4.0.0"
   },
   "scripts": {
     "test": "grunt test"