whet 0.0.28 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ class Files extends Register.inherits(Stone) {
13
13
  super.new(config);
14
14
  }
15
15
  initConfig() {
16
- this.config.recursive = true;
16
+ this.config.recursive = (this.config.recursive != null) ? this.config.recursive : true;
17
17
  }
18
18
  list() {
19
19
  let _gthis = this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whet",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "NodeJS based assets management and project tooling library.",
5
5
  "scripts": {
6
6
  "devinit": "npx dts2hx commander pino-pretty --modular --noLibWrap",