list-contents
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "list-contents", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Returns a list of paths to the subfolders and subfiles of the specified location.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Description | ||
`list-contents` is a module that returns a list of paths to the subfolders and subfiles of the specified location. | ||
* Any bugs found? Give me to know on **dev.rafalko@gmail.com** | ||
* Any bugs found? Give me to know on *dev.rafalko@gmail.com* or on [GitHub](https://github.com/devrafalko/list-contents) | ||
* Also check out [**`structure-dirs`**](https://www.npmjs.com/package/structure-dirs) package that creates the folders and files contents according to the given [Array] structure. | ||
@@ -61,3 +61,3 @@ | ||
{ | ||
error: false, | ||
error: null, | ||
path: "./dist", | ||
@@ -64,0 +64,0 @@ dirs: [ |
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
6307