diff options
| author | Marak <[email protected]> | 2021-10-19 14:53:16 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-19 14:53:16 -0400 |
| commit | 29234378807c4141588861f69421bf20b5ac635e (patch) | |
| tree | d44314518a7c801a546c49334c86fbd357b6142b /build/gulp-tasks/jsdoc.js | |
| parent | 282aae9e913861cd12e41e3a569f462143bf8ee5 (diff) | |
| parent | 6669bcd6e3b8008fac786d54c5ccfc4fefa74769 (diff) | |
| download | faker-6.0.0-alpha.0.tar.xz faker-6.0.0-alpha.0.zip | |
Merge pull request #1217 from jsoref/spelling6.0.0-alpha.0
Spelling
Diffstat (limited to 'build/gulp-tasks/jsdoc.js')
| -rw-r--r-- | build/gulp-tasks/jsdoc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gulp-tasks/jsdoc.js b/build/gulp-tasks/jsdoc.js index 34900b07..defe4cb4 100644 --- a/build/gulp-tasks/jsdoc.js +++ b/build/gulp-tasks/jsdoc.js @@ -11,7 +11,7 @@ const jsdoc = require('gulp-jsdoc3'); const config = require('../../conf.json'); -module.exports = function jdsoc (cb) { +module.exports = function jsdoc (cb) { src(['./README.md', './lib/*.js'], { read: false }) .pipe(jsdoc(config, cb)); };
\ No newline at end of file |
