UNPKG

scroll-swipe

Version:

a lightweight Events API for detecting scroll and touch events based on custom sensitivity

10 lines (9 loc) 228 B
const gulp = require('gulp'); const umd = require('gulp-umd'); return gulp.src('dist/ScrollSwipe.js') .pipe(umd({ dependencies: function(file) { return []; } })) .pipe(gulp.dest('dist'));