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:
56
node_modules/husky/package.json
generated
vendored
Normal file
56
node_modules/husky/package.json
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "husky",
|
||||
"version": "0.13.4",
|
||||
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
|
||||
"main": "./src/index.js",
|
||||
"scripts": {
|
||||
"test": "mocha && standard",
|
||||
"precommit": "npm test",
|
||||
"prepublish": "pkg-ok",
|
||||
"install": "node ./bin/install.js",
|
||||
"uninstall": "node ./bin/uninstall.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/typicode/husky.git"
|
||||
},
|
||||
"keywords": [
|
||||
"git",
|
||||
"hook",
|
||||
"hooks",
|
||||
"pre-commit",
|
||||
"precommit",
|
||||
"post-commit",
|
||||
"postcommit",
|
||||
"pre-push",
|
||||
"prepush",
|
||||
"post-merge",
|
||||
"postmerge",
|
||||
"test"
|
||||
],
|
||||
"author": "Typicode <typicode@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/typicode/husky/issues"
|
||||
},
|
||||
"homepage": "https://github.com/typicode/husky",
|
||||
"devDependencies": {
|
||||
"expect": "^1.20.2",
|
||||
"mocha": "^3.2.0",
|
||||
"mock-fs": "^3.12.1",
|
||||
"pkg-ok": "^1.0.1",
|
||||
"rimraf": "^2.2.8",
|
||||
"standard": "^8.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.3",
|
||||
"find-parent-dir": "^0.3.0",
|
||||
"is-ci": "^1.0.9",
|
||||
"normalize-path": "^1.0.0"
|
||||
},
|
||||
"standard": {
|
||||
"env": {
|
||||
"mocha": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user