Explorar el Código

scaffolding: fix deps, needs amber 0.23.2

Herby Vojčík hace 5 años
padre
commit
000ba7b5c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      grunt-init-project/template.js

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

@@ -118,7 +118,7 @@ exports.template = function (grunt, init, done) {
         props.dependencies = {
             "@ambers/contrib-jquery": "^0.6.0",
             "@ambers/contrib-web": "^0.7.0",
-            "@ambers/lang": "^0.23.0",
+            "@ambers/lang": "^0.23.2",
             "@ambers/domite": "^0.9.0",
             "es6-promise": "^4.2.6",
             "@ambers/silk": "^0.5.1"