acetate-folder
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "acetate-folder", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Custom nunjucks tag that iterates over all the files in a folder", | ||
@@ -24,4 +24,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"nunjucks": "^1.1.0" | ||
"glob": "^4.0.6", | ||
"nunjucks": "^1.1.0", | ||
"path": "^0.4.9" | ||
} | ||
} |
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
4480
3
+ Addedglob@^4.0.6
+ Addedpath@^0.4.9
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedglob@4.5.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@2.0.10(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath@0.4.10(transitive)
+ Addedwrappy@1.0.2(transitive)