Browse Source

scaffolding: fix

Now that es6-promise mapping
under amber/es6-promise is away,
newest helios is needed.
Herby Vojčík 4 years ago
parent
commit
37e570d37a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      grunt-init-project/template.js

+ 1 - 1
grunt-init-project/template.js

@@ -127,7 +127,7 @@ exports.template = function (grunt, init, done) {
             "@ambers/ide-starter-modal": "^0.2.0",
             "@ambers/sdk": "^0.12.1",
             "@ambers/contrib-legacy": "^0.8.0",
-            "@ambers/helios": "^0.11.0",
+            "@ambers/helios": "^0.11.2",
             "grunt": "^1.0.3",
             "grunt-contrib-clean": "^1.1.0",
             "grunt-contrib-requirejs": "^1.0.0",