include-all
Advanced tools
Comparing version 0.0.5 to 0.0.6
var fs = require('fs'); | ||
var _ = {}; | ||
_.str = require('underscore.string'); | ||
@@ -3,0 +5,0 @@ // Returns false if the directory doesn't exist |
{ | ||
"name": "include-all", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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**.", | ||
@@ -23,2 +23,5 @@ "main": "index.js", | ||
], | ||
"dependencies": { | ||
"underscore.string": "2.3.1" | ||
}, | ||
"author": "felixge+thlorenz, adapted by Mike McNeil", | ||
@@ -25,0 +28,0 @@ "license": "MIT", |
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
5970
134
1
+ Addedunderscore.string@2.3.1
+ Addedunderscore.string@2.3.1(transitive)