Skip to content

Commit 647a1fa

Browse files
committed
Docs: Note custom mkdirp implementation
1 parent 84191f2 commit 647a1fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
3+
Copyright (c) 2017 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors (Originally based on code from node-mkdirp - MIT/X11 license - Copyright 2010 James Halliday)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The same as the top-level API but for object streams. See the example to see the
4646

4747
MIT
4848

49+
Contains a custom implementation of `mkdirp` originally based on https://github.com/substack/node-mkdirp (Licensed MIT/X11 - Copyright 2010 James Halliday) with heavy modification to better support custom modes.
50+
4951
[downloads-image]: http://img.shields.io/npm/dm/fs-mkdirp-stream.svg
5052
[npm-url]: https://npmjs.com/package/fs-mkdirp-stream
5153
[npm-image]: http://img.shields.io/npm/v/fs-mkdirp-stream.svg

0 commit comments

Comments
 (0)