UNPKG

react-multi-carousel-jsm

Version:

Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.

17 lines (16 loc) 282 B
jobs: include: - stage: test language: node_js node_js: - "12" dist: trusty env: - NODE_ENV=ci cache: directories: - node_modules script: - npm run lint - npm run build - npm run test