chore(package): re-init package with commitizen and standard-release

This commit is contained in:
Pavel Pertsev
2018-05-16 12:54:46 +03:00
parent cb4e7a5643
commit eaf2328575
10640 changed files with 609660 additions and 117 deletions

19
node_modules/standard-version/appveyor.yml generated vendored Normal file
View File

@@ -0,0 +1,19 @@
environment:
matrix:
- nodejs_version: '6'
install:
- ps: Install-Product node $env:nodejs_version
- git config --global user.name 'Appveyor'
- git config --global user.email 'dummy@example.org'
- set CI=true
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
fast_finish: true
build: off
version: '{build}'
test_script:
- node --version
- npm --version
- npm test