Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "map-files", | ||
"description": "Return an object for a glob of files. Pass a `rename` function for the keys, or a `parse` function for the content, allowing it to be used for readable or require-able files.", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/jonschlinkert/map-files", | ||
@@ -53,2 +53,2 @@ "author": { | ||
] | ||
} | ||
} |
@@ -5,2 +5,4 @@ # map-files [![NPM version](https://badge.fury.io/js/map-files.svg)](http://badge.fury.io/js/map-files) [![Build Status](https://travis-ci.org/jonschlinkert/map-files.svg)](https://travis-ci.org/jonschlinkert/map-files) | ||
As of v0.5.0, map-files returns absolute file paths by default. You can achieve the same results by using a custom `name` function as in the [examples](#options-name). | ||
## Install with [npm](npmjs.org) | ||
@@ -95,2 +97,2 @@ | ||
[globby]: https://github.com/sindresorhus/globby | ||
[globby]: https://github.com/sindresorhus/globby |
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
5840
97