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

0
node_modules/@bruitt/commit/.root generated vendored Normal file
View File

1
node_modules/@bruitt/commit/index.js generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = {}

View File

@@ -0,0 +1 @@
../../../../commitizen/bin/commitizen

1
node_modules/@bruitt/commit/node_modules/.bin/git-cz generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../../../../commitizen/bin/git-cz

View File

@@ -0,0 +1 @@
../../../../validate-commit-msg/lib/cli.js

27
node_modules/@bruitt/commit/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "@bruitt/commit",
"version": "1.0.0",
"main": "index.js",
"bin": {
"commitizen": "./node_modules/.bin/commitizen",
"validate-commit-msg": "./node_modules/.bin/validate-commit-msg"
},
"scripts": {
"check-ver": "npm-check --skip-unused",
"postinstall": "mkdir -p ./node_modules/@bruitt && ln -sfn $(pwd) ./node_modules/@bruitt/commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bruitt/build.git"
},
"author": "Pavel Pertsev <morhetz@gmail.com>",
"license": "MIT",
"dependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"validate-commit-msg": "^2.14.0"
},
"devDependencies": {
"npm-check": "^5.4.0"
}
}

1828
node_modules/@bruitt/commit/yarn.lock generated vendored Normal file

File diff suppressed because it is too large Load Diff