Skip to content

Commit f6164d5

Browse files
committedJul 3, 2019
chownr@1.1.2
This handles an EISDIR error from cacache on Darwin in Node versions prior to 10.6. Fix: [npm.community#7901](https://npm.community/t/7901/) Fix: [npm.community#8203](https://npm.community/t/8203/) Fix: isaacs/chownr#20 PR-URL: isaacs/chownr#21
1 parent 08e0fa6 commit f6164d5

File tree

4 files changed

+65
-26
lines changed

4 files changed

+65
-26
lines changed
 

‎node_modules/chownr/chownr.js

+47-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎node_modules/chownr/package.json

+14-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"byte-size": "^5.0.1",
4545
"cacache": "^11.3.3",
4646
"call-limit": "^1.1.1",
47-
"chownr": "^1.1.1",
47+
"chownr": "^1.1.2",
4848
"ci-info": "^2.0.0",
4949
"cli-columns": "^3.1.2",
5050
"cli-table3": "^0.5.1",

0 commit comments

Comments
 (0)
Please sign in to comment.