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

View File

@@ -4,6 +4,28 @@
"repository": "git@github.com:morhetz/gruvbox.git",
"author": "Pavel Pertsev <morhetz@gmail.com>",
"license": "MIT",
"scripts": {
"commitmsg": "validate-commit-msg",
"cz": "git-cz",
"postcheckout": "track-changed checkout",
"postmerge": "track-changed merge",
"postrewrite": "track-changed rewrite"
},
"devDependencies": {
"@bruitt/commit": "^1.0.0",
"babel-runtime": "^6.26.0",
"husky": "^0.13.1",
"standard-version": "^4.3.0",
"track-changed": "^1.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"track-changed": {
"yarn.lock": "yarn"
},
"vim": {
"opt": true
}