mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 17:13:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
58
node_modules/conventional-changelog-writer/package.json
generated
vendored
Normal file
58
node_modules/conventional-changelog-writer/package.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "conventional-changelog-writer",
|
||||
"version": "3.0.9",
|
||||
"description": "Write logs based on conventional commits and templates",
|
||||
"bugs": {
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
|
||||
},
|
||||
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#readme",
|
||||
"author": {
|
||||
"name": "Steve Mao",
|
||||
"email": "maochenyan@gmail.com",
|
||||
"url": "https://github.com/stevemao"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"cli.js",
|
||||
"lib",
|
||||
"templates"
|
||||
],
|
||||
"keywords": [
|
||||
"conventional-changelog-writer",
|
||||
"changelog",
|
||||
"conventional",
|
||||
"commits",
|
||||
"templates",
|
||||
"writer",
|
||||
"writing",
|
||||
"logs"
|
||||
],
|
||||
"dependencies": {
|
||||
"compare-func": "^1.3.1",
|
||||
"conventional-commits-filter": "^1.1.6",
|
||||
"dateformat": "^3.0.0",
|
||||
"handlebars": "^4.0.2",
|
||||
"json-stringify-safe": "^5.0.1",
|
||||
"lodash": "^4.2.1",
|
||||
"meow": "^4.0.0",
|
||||
"semver": "^5.5.0",
|
||||
"split": "^1.0.0",
|
||||
"through2": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concat-stream": "^1.6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --fix .",
|
||||
"test": "npm run lint && mocha --timeout 30000",
|
||||
"test-windows": "echo 'make work on windows'"
|
||||
},
|
||||
"bin": {
|
||||
"conventional-changelog-writer": "cli.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user