UNPKG

express-auth-negotiate

Version:

Express middleware to handle negotiate authentication

11 lines (9 loc) 233 B
'use strict'; import config from '../config'; import coveralls from 'gulp-coveralls'; export default gulp => { gulp.task('coveralls', () => { return gulp.src(config.paths.coverage) .pipe(coveralls()); }); };