updated npm modules
This commit is contained in:
6
node_modules/find-cache-dir/readme.md
generated
vendored
6
node_modules/find-cache-dir/readme.md
generated
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
> Finds the common standard cache directory
|
||||
|
||||
Recently the [`nyc`](https://github.com/bcoe/nyc) and [`AVA`](https://ava.li) projects decided to standardize on a common directory structure for storing cache information:
|
||||
The [`nyc`](https://github.com/istanbuljs/nyc) and [`AVA`](https://ava.li) projects decided to standardize on a common directory structure for storing cache information:
|
||||
|
||||
```sh
|
||||
# nyc
|
||||
@@ -60,7 +60,7 @@ Should be the same as your project name in `package.json`.
|
||||
|
||||
##### files
|
||||
|
||||
Type: `Array` `string`
|
||||
Type: `string[]` `string`
|
||||
|
||||
An array of files that will be searched for a common parent directory. This common parent directory will be used in lieu of the `cwd` option below.
|
||||
|
||||
@@ -104,7 +104,7 @@ This is helpful for actually putting actual files in the cache!
|
||||
## Adopters
|
||||
|
||||
- [`AVA`](https://ava.li)
|
||||
- [`nyc`](https://github.com/bcoe/nyc)
|
||||
- [`nyc`](https://github.com/istanbuljs/nyc)
|
||||
- [`babel-loader`](https://github.com/babel/babel-loader)
|
||||
- [`eslint-loader`](https://github.com/MoOx/eslint-loader)
|
||||
- [`Phenomic`](https://phenomic.io)
|
||||
|
||||
Reference in New Issue
Block a user