include-all
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "include-all", | ||
"version": "0.0.1", | ||
"description": "An easy way to include all (or require all) files within a directory. Note: This is a fork of felixge's require-all which returns false instead of throwing an error if the directory doesn't exist. This allows for optional includes, and relieves you from having to wrap the call to require-all in a try/catch.", | ||
"version": "0.0.2", | ||
"description": "An easy way to include all node.js modules within a directory. This is a fork of felixge's awesome module, require-all (https://github.com/felixge/node-require-all) which adds the ability to mark an include as **optional**.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
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