Skip to content

Commit 83d79f4

Browse files
committed
remove API.md from gulpfile.js
1 parent 2a2d9b0 commit 83d79f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ gulp.task('doc', (done) => {
141141
});
142142
const conf = require('./jsdoc.json');
143143
const cmd = 'jsdoc';
144-
const args = ['-c', 'jsdoc.json'].concat(['-P', 'package.json']).concat(['API.md']).concat(sources);
144+
const args = ['-c', 'jsdoc.json'].concat(['-P', 'package.json']).concat(sources);
145145
const exec = require('child_process').exec;
146146
exec([cmd].concat(args).join(' '), (error, stdout, stderr) => {
147147
if (error) {

0 commit comments

Comments
 (0)