mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-20 01:23:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
34
node_modules/cz-conventional-changelog/package.json
generated
vendored
Normal file
34
node_modules/cz-conventional-changelog/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "cz-conventional-changelog",
|
||||
"version": "2.1.0",
|
||||
"description": "Commitizen adapter following the conventional-changelog format.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"commit": "git-cz",
|
||||
"test": "echo 'Tests need to be setup!'",
|
||||
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
|
||||
},
|
||||
"homepage": "https://github.com/commitizen/cz-conventional-changelog",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/commitizen/cz-conventional-changelog.git"
|
||||
},
|
||||
"author": "Jim Cummins <jimthedev@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"conventional-commit-types": "^2.0.0",
|
||||
"lodash.map": "^4.5.1",
|
||||
"longest": "^1.0.1",
|
||||
"right-pad": "^1.0.1",
|
||||
"word-wrap": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"commitizen": "2.9.6",
|
||||
"semantic-release": "^6.3.2"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user