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:
60
node_modules/standard-version/package.json
generated
vendored
Normal file
60
node_modules/standard-version/package.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "standard-version",
|
||||
"version": "4.3.0",
|
||||
"description": "replacement for `npm version` with automatic CHANGELOG generation",
|
||||
"bin": "bin/cli.js",
|
||||
"scripts": {
|
||||
"pretest": "standard",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
"test": "nyc mocha --timeout=20000 test.js",
|
||||
"release": "bin/cli.js"
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"tmp/**"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/conventional-changelog/standard-version.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"conventional-changelog",
|
||||
"recommended",
|
||||
"changelog",
|
||||
"automatic",
|
||||
"workflow",
|
||||
"version",
|
||||
"angular",
|
||||
"standard"
|
||||
],
|
||||
"author": "Ben Coe <ben@npmjs.com>",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/conventional-changelog/standard-version/issues"
|
||||
},
|
||||
"homepage": "https://github.com/conventional-changelog/standard-version#readme",
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.3",
|
||||
"conventional-changelog": "^1.1.0",
|
||||
"conventional-recommended-bump": "^1.0.0",
|
||||
"dotgitignore": "^1.0.3",
|
||||
"figures": "^1.5.0",
|
||||
"fs-access": "^1.0.0",
|
||||
"semver": "^5.1.0",
|
||||
"yargs": "^8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^3.5.0",
|
||||
"coveralls": "^2.11.9",
|
||||
"mocha": "^3.1.0",
|
||||
"mock-git": "^1.0.2",
|
||||
"mockery": "^2.0.0",
|
||||
"nyc": "^11.0.2",
|
||||
"shelljs": "^0.7.3",
|
||||
"standard": "^10.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user