pinyin-convert
Version:
Convert Hanzi to Pinyin and convert between Pinyin with tone marks and Pinyin with tone numbers.
15 lines • 303 B
YAML
language: node_js
node_js:
- stable
- '9'
- '8'
before_deploy:
- npm version --no-git-tag-version --force $(npx semver -i minor $(npm info pinyin-convert version))
deploy:
provider: npm
email: mail@pepebecker.com
api_key: ${NPM_TOKEN}
skip_cleanup: true
on:
branch: master
node: stable