@depche/core
Advanced tools
Comparing version 0.0.1-rcb.10 to 0.0.1-rcb.11
@@ -94,3 +94,3 @@ import * as path from 'path'; | ||
var NODE_MODULES_DIR = config.NODE_MODULES_DIR, DEPTH = config.DEPTH; | ||
if (level === DEPTH + 2) { | ||
if (level === DEPTH) { | ||
return; | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "@depche/core", | ||
"version": "0.0.1-rcb.10", | ||
"version": "0.0.1-rcb.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundler.cjs", |
@@ -18,3 +18,3 @@ import * as fs from "fs" | ||
if (level === DEPTH + 2) { | ||
if (level === DEPTH ) { | ||
return | ||
@@ -21,0 +21,0 @@ } |
Sorry, the diff of this file is not supported yet
18455