broccoli-unwatched-tree
Advanced tools
Comparing version 0.1.0 to 0.1.1
// Originally implemented by @joliss in `broccoli-bower` | ||
// https://github.com/joliss/broccoli-bower/blob/ea0eec5c5fa736dc3744f3a7bb0b304b7ac9976e/index.js#L10-L12 | ||
function UnwatchedTree (dir) { | ||
function UnwatchedTree (dir) { | ||
if (!(this instanceof UnwatchedTree)) { return new UnwatchedTree(dir); } | ||
this.dir = dir; | ||
@@ -6,0 +8,0 @@ this.description = 'Unwatched - ' + dir; |
{ | ||
"name": "broccoli-unwatched-tree", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Broccoli utlility for creating Trees that are not watched by the standard Broccoli::Watcher, but behave like standard trees.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1627
10