Browse Source

Bump domite & silk.

Herbert Vojčík 8 years ago
parent
commit
b045d0a99a
3 changed files with 5 additions and 5 deletions
  1. 1 1
      root/parts.html
  2. 2 2
      root/uninstall.html
  3. 2 2
      template.js

+ 1 - 1
root/parts.html

@@ -18,7 +18,7 @@
           providing <code>Web</code> package
           that allows for DOM manipulation
           and is inspired by Seaside.</li>
-      <li><code>amber-contrib-domite</code> module,
+      <li><code>domite</code> module,
           providing Amber-native DOM wrapper.</li>
       <li><code>silk</code> module,
           providing <code>Silk</code> package

+ 2 - 2
root/uninstall.html

@@ -37,8 +37,8 @@
           from your CLI.</li>
       <li>If you aren't going to use the <code>Silk</code>
           package from the <code>silk</code> module,
-          nor the DOM wrapper from <code>amber-contrib-domite</code>,
-          you should run <code>bower uninstall silk amber-contrib-domite --save</code>
+          nor the DOM wrapper from <code>domite</code>,
+          you should run <code>bower uninstall silk domite --save</code>
           from your CLI.</li>
       <li>You cannot remove just the <code>DOMite</code> DOM wrapper
           and retain the Silk package, as it depends on <code>domite</code>.</li>

+ 2 - 2
template.js

@@ -160,8 +160,8 @@ exports.template = function (grunt, init, done) {
                 "amber": "^0.14.17",
                 "amber-contrib-jquery": ">=0.1.0",
                 "amber-contrib-web": ">=0.1.0",
-                "amber-contrib-domite": ">=0.3.1",
-                "silk": ">=0.1.3"
+                "domite": ">=0.3.3",
+                "silk": ">=0.1.5"
             },
             "devDependencies": {
                 "amber-ide-starter-dialog": "^0.1.0",