configfiles
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -0,1 +1,3 @@ | ||
const flatten = require('flatten'); | ||
module.exports = function (input) { | ||
@@ -19,4 +21,5 @@ | ||
} else { | ||
// otherwise files is fully expanded already, and we can just return it | ||
return files; | ||
// otherwise files is fully expanded already, and we can just | ||
// flatten and return it | ||
return flatten(files); | ||
} | ||
@@ -23,0 +26,0 @@ } |
{ | ||
"name": "configfiles", | ||
"description": "Get files from a configuration using globule.", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"homepage": "https://github.com/tkellen/node-configfiles", | ||
@@ -28,7 +28,8 @@ "author": { | ||
"scripts": { | ||
"test": "tap ./test/*.js" | ||
"test": "mocha -R spec test/*.js" | ||
}, | ||
"dependencies": { | ||
"globule": "~0.2.0", | ||
"clone": "~0.1.11" | ||
"clone": "~0.1.11", | ||
"flatten": "~0.0.1" | ||
}, | ||
@@ -47,4 +48,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"tap": "~0.4.8" | ||
"chai": "^1.9.0", | ||
"mocha": "^1.17.1", | ||
"lodash.flatten": "^2.4.1" | ||
} | ||
} |
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
7352
99
3
3
+ Addedflatten@~0.0.1
+ Addedflatten@0.0.1(transitive)