mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 00:53:48 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
31
node_modules/conventional-changelog-preset-loader/package.json
generated
vendored
Normal file
31
node_modules/conventional-changelog-preset-loader/package.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "conventional-changelog-preset-loader",
|
||||
"version": "1.1.8",
|
||||
"description": "Configuration preset loader for `conventional-changelog`.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
|
||||
},
|
||||
"keywords": [
|
||||
"conventional-changelog",
|
||||
"preset",
|
||||
"loader"
|
||||
],
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
|
||||
},
|
||||
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-preset-loader#readme",
|
||||
"devDependencies": {
|
||||
"sinon": "^4.2.2",
|
||||
"sinon-chai": "^2.14.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --fix .",
|
||||
"test": "mocha --timeout 30000 && npm run-script lint",
|
||||
"test-windows": "mocha --timeout 30000"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user