file-reader
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -20,4 +20,3 @@ /*! | ||
fp = path.resolve(fp); | ||
var read = reader(path.extname(fp)); | ||
return read(fp); | ||
return reader(path.extname(fp))(fp); | ||
} | ||
@@ -24,0 +23,0 @@ }, options)); |
{ | ||
"name": "file-reader", | ||
"description": "Read a glob of files, dynamically choosing the reader or requiring the files based on the file extension.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/jonschlinkert/file-reader", | ||
@@ -6,0 +6,0 @@ "author": { |
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
7882
99