Browse Source

Move domite and silk to org.

Herby Vojčík 5 years ago
parent
commit
bfc067c473
1 changed files with 2 additions and 2 deletions
  1. 2 2
      grunt-init-project/template.js

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

@@ -119,9 +119,9 @@ exports.template = function (grunt, init, done) {
             "@ambers/contrib-jquery": "^0.5.1",
             "@ambers/contrib-web": "^0.6.2",
             "@ambers/lang": "^0.22.2",
-            "domite": "^0.8.0",
+            "@ambers/domite": "^0.8.0",
             "es6-promise": "^4.2.4",
-            "silk": "^0.4.0"
+            "@ambers/silk": "^0.4.0"
         };
         props.devDependencies = {
             "@ambers/ide-starter-modal": "^0.2.0",