aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorErica Clark <[email protected]>2022-01-08 14:52:57 -0800
committerErica Clark <[email protected]>2022-01-08 14:52:57 -0800
commit219b5ac7f604e6d85f0eae65463cb50b2cd49ffb (patch)
tree7a39a6ee4e714744d86c518170319cbead0bf412 /gulpfile.js
parent29234378807c4141588861f69421bf20b5ac635e (diff)
downloadfaker-219b5ac7f604e6d85f0eae65463cb50b2cd49ffb.tar.xz
faker-219b5ac7f604e6d85f0eae65463cb50b2cd49ffb.zip
chore: bring readme changes from shepherd repo
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 53b5d6c8..a7a60ff3 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -1,12 +1,11 @@
function defaultTask(cb) {
// place code for your default task here
console.log('please run gulp --tasks to see available tasks for faker.js')
- console.log('you can then try running a command like `gulp readme`')
+ console.log('you can then try running a command like `gulp jsdoc`')
cb();
}
exports.browser = require('./build/gulp-tasks/browser');
exports.jsdoc = require('./build/gulp-tasks/jsdoc');
-exports.readme = require('./build/gulp-tasks/readme');
exports.default = defaultTask \ No newline at end of file