UNPKG

vanilla-swipe

Version:

Tiny vanilla JS library to detect swipe direction.

19 lines (18 loc) 268 B
sudo: false language: node_js branches: only: - master - /^greenkeeper/.*$/ notifications: email: false node_js: - 'lts/*' before_install: - npm cache clean --force - npm i -g npm before_script: - npm prune script: - npm run test install: npm ci