Comparing version 0.0.2 to 0.0.3
@@ -61,3 +61,3 @@ #!/usr/bin/env node | ||
if (!levels || !levels.length) { | ||
levels = 'blocks-develop blocks-common'; | ||
levels = 'blocks-desktop blocks-common'; | ||
console.log('Default levels is: %s', levels); | ||
@@ -68,3 +68,3 @@ } | ||
if (!tetchs) { | ||
tetchs = 'js css common.js priv.js bemhtml.js'; | ||
tetchs = 'js css priv.js bemhtml'; | ||
console.log('Default tetchs is: %s', tetchs); | ||
@@ -71,0 +71,0 @@ } |
{ | ||
"name": "bemdeps", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"preferGlobal": "true", | ||
@@ -5,0 +5,0 @@ "description": "", |
13603