Comparing version 2.3.0 to 2.3.1
@@ -31,3 +31,3 @@ const { join } = require('path'); | ||
stream, source, path: relPath, content: dirContent, reverse, | ||
separator, | ||
separator, includeFilename, | ||
}) | ||
@@ -34,0 +34,0 @@ } |
## 28 March 2019 | ||
### [2.3.1](https://github.com/artdecocode/pedantry/compare/v2.3.0...v2.3.1) | ||
- [fix] Fix nested include filename. | ||
### [2.3.0](https://github.com/artdecocode/pedantry/compare/v2.2.0...v2.3.0) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "pedantry", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Read a directory recursively as a stream in Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -31,3 +31,3 @@ import { join } from 'path' | ||
stream, source, path: relPath, content: dirContent, reverse, | ||
separator, | ||
separator, includeFilename, | ||
}) | ||
@@ -34,0 +34,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
25023