Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
4
node_modules/ignore-by-default/README.md
generated
vendored
4
node_modules/ignore-by-default/README.md
generated
vendored
|
|
@ -12,7 +12,7 @@ It's used by [AVA](https://www.npmjs.com/package/ava) and
|
|||
## Installation
|
||||
|
||||
```
|
||||
npm install --save ignore-by-default
|
||||
npm install ignore-by-default
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
@ -22,5 +22,5 @@ return an array of directory names. These are the ones you should ignore.
|
|||
|
||||
```js
|
||||
// ['.git', '.sass_cache', …]
|
||||
var ignoredDirectories = require('ignore-by-default').directories()
|
||||
const ignoredDirectories = require('ignore-by-default').directories()
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue