Browse Source

Fix helios being in org.

Herby Vojčík 5 years ago
parent
commit
8d7aa214c3
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.10.7",
             "@ambers/contrib-legacy": "^0.7.1",
-            "helios": "^0.10.0",
+            "@ambers/helios": "^0.10.0",
             "grunt": "^1.0.3",
             "grunt-contrib-clean": "^1.1.0",
             "grunt-contrib-requirejs": "^1.0.0",