From 219b5ac7f604e6d85f0eae65463cb50b2cd49ffb Mon Sep 17 00:00:00 2001 From: Erica Clark Date: Sat, 8 Jan 2022 14:52:57 -0800 Subject: chore: bring readme changes from shepherd repo --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gulpfile.js') 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 -- cgit v1.2.3