UNPKG

react-hotkeyz

Version:

A component that enables registration of hotkeys per z-index.

27 lines (24 loc) 446 B
sudo: false language: node_js node_js: 8 cache: directories: - ~/.npm - ~/.cache notifications: email: false jobs: include: - stage: test script: - npm run test:jest:dist - stage: release node_js: lts/* script: - npm run test:jest:src:coverage:coveralls - npm run build deploy: provider: script skip_cleanup: true script: - npm run release