Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "walk-r", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "functional directory walk, written with Ramda.js", | ||
@@ -5,0 +5,0 @@ "author": "Nathaniel Martin <nate.teh.greatt@gmail.com>", |
@@ -7,3 +7,3 @@ # walk-r | ||
let walk = require('walk-r') | ||
let filePaths = walk('folder') | ||
let filePaths = walk(path.join(__dirname, 'folder')) | ||
let files = filePaths.map(f => fs.readFileSync(f)) | ||
@@ -10,0 +10,0 @@ ``` |
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
1504