Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Handle files without associated perms on Windows.
- Fix failing case with `absolute` option.

Credit: @isaacs
Credit: @phated
Fixes: isaacs/node-glob#245
Fixes: isaacs/node-glob#249
Reviewed-By: @othiym23
  • Loading branch information
othiym23 committed Nov 4, 2016
1 parent 7f41295 commit a52d0f0
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 42 deletions.
6 changes: 5 additions & 1 deletion node_modules/glob/common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions node_modules/glob/glob.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 22 additions & 21 deletions node_modules/glob/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 16 additions & 8 deletions node_modules/glob/sync.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"fs-write-stream-atomic": "~1.0.8",
"fstream": "~1.0.10",
"fstream-npm": "~1.2.0",
"glob": "~7.1.0",
"glob": "~7.1.1",
"graceful-fs": "~4.1.9",
"has-unicode": "~2.0.1",
"hosted-git-info": "~2.1.5",
Expand Down

0 comments on commit a52d0f0

Please sign in to comment.