Skip to content

Commit

Permalink
Add globby patterns link
Browse files Browse the repository at this point in the history
  • Loading branch information
vladshcherbin committed Jul 25, 2019
1 parent 5a91861 commit 84a5286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Array of targets to copy. A target is an object with properties:
- **dest** (`string` `Array`): One or more destinations where to copy
- **rename** (`string` `Function`): Change destination file or folder name

Each object should have **src** and **dest** properties, **rename** is optional. [globby](https://github.com/sindresorhus/globby) is used inside, check it for glob pattern examples.
Each object should have **src** and **dest** properties, **rename** is optional. [globby](https://github.com/sindresorhus/globby) is used inside, check it for [glob pattern](https://github.com/sindresorhus/globby#globbing-patterns) examples.

##### File

Expand Down

0 comments on commit 84a5286

Please sign in to comment.