UNPKG

bitcoin-convert

Version:

Conversion between the bitcoin base unit (BTC) and other units (Satoshi, μBTC, ...)

28 lines (19 loc) 283 B
sudo: false language: node_js env: CI=true node_js: - stable cache: directories: - node_modules before_script: - npm prune script: - gulp ci after_success: - gulp coverage - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/ - gh-pages