Skip to content

Commit

Permalink
Merge d4fbad4 into f94e466
Browse files Browse the repository at this point in the history
  • Loading branch information
akaguny committed Jun 4, 2020
2 parents f94e466 + d4fbad4 commit 94659db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -360,7 +360,7 @@ const options = {
```

### Specify glob configuration
Specify configuration passed to the `glob` call:
Specify configuration passed to the [glob](https://www.npmjs.com/package/glob) call:

```js
const options = {
Expand Down
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -27,6 +27,7 @@ declare module 'replace-in-file' {
disableGlobs?: boolean,
encoding?: string,
dry?:boolean
glob?:object
}

export interface ReplaceResult {
Expand Down

0 comments on commit 94659db

Please sign in to comment.