normalize-walker
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -11,2 +11,3 @@ | ||
module.exports = function flatten(tree, filter) { | ||
if (filter) console.error('walker.flatten is deprecated.') | ||
var filtertype = typeof filter | ||
@@ -13,0 +14,0 @@ var files = [] |
{ | ||
"name": "normalize-walker", | ||
"description": "Walk down dependencies of JS, CSS, HTML, etc. and create a tree. ", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19584
572