diff --git a/docs/API.md b/docs/API.md index dd41e9c7a..1415c6af2 100644 --- a/docs/API.md +++ b/docs/API.md @@ -60,6 +60,15 @@ Options to pass to [node-glob] through [glob-stream]. gulp adds some additional options in addition to the [options supported by node-glob][node-glob documentation] and [glob-stream]: +##### options.cwd + +The working directory the folder is relative to. + +Type: `String` + +Default: `process.cwd()` + + ##### options.buffer Type: `Boolean`