mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 09:03:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
42
node_modules/conventional-changelog-eslint/package.json
generated
vendored
Normal file
42
node_modules/conventional-changelog-eslint/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "conventional-changelog-eslint",
|
||||
"version": "1.0.9",
|
||||
"description": "conventional-changelog eslint preset",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint --fix .",
|
||||
"test": "mocha --timeout=30000 && npm run-script lint",
|
||||
"test-windows": "echo 'make work on windows'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
|
||||
},
|
||||
"keywords": [
|
||||
"conventional-changelog",
|
||||
"eslint",
|
||||
"preset"
|
||||
],
|
||||
"author": "Steve Mao",
|
||||
"license": "ISC",
|
||||
"files": [
|
||||
"conventional-changelog.js",
|
||||
"conventional-recommended-bump.js",
|
||||
"index.js",
|
||||
"parser-opts.js",
|
||||
"writer-opts.js",
|
||||
"templates"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
|
||||
},
|
||||
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme",
|
||||
"devDependencies": {
|
||||
"conventional-changelog-core": "0.0.2",
|
||||
"shelljs": "^0.8.0",
|
||||
"through2": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"q": "^1.5.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user