Skip to content

Commit 25f04c5

Browse files
authored
chore(deps): update all dependencies (#16)
* chore(deps): update all dependencies
1 parent b3f125e commit 25f04c5

4 files changed

Lines changed: 1546 additions & 2161 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm install native-copyfiles -g
3333
-e, --exclude pattern or glob to exclude (may be passed multiple times) [string|string[]]
3434
-E, --error throw error if nothing is copied [boolean]
3535
-V, --verbose print more information to console [boolean]
36-
-F, --follow follow symbolink links [boolean]
36+
-F, --follow follow symbolic links [boolean]
3737
-v, --version Show version number [boolean]
3838
-h, --help Show help [boolean]
3939
```
@@ -102,7 +102,7 @@ copyfiles "**/*.test.js" -f ./foo/**/*.js out -e
102102
Other options include
103103
104104
- `-a` or `--all` which includes files that start with a dot.
105-
- `-F` or `--follow` which follows symbolinks
105+
- `-F` or `--follow` which follows symbolic links
106106
107107
### JavaScript API
108108

0 commit comments

Comments
 (0)