We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877d62 commit f480571Copy full SHA for f480571
gulpfile.js
@@ -3,5 +3,5 @@ var gulp = require('gulp'),
3
shell = require('gulp-shell');
4
5
gulp.task('jsdoc', shell.task([
6
- './node_modules/.bin/jsdoc -c ./doc-config.json',
+ './node_modules/.bin/jsdoc -c ./doc-config.json',
7
]));
0 commit comments