mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-24 20:00:37 +00:00
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) to 3.1.4 and updates ancestor dependency [husky](https://github.com/typicode/husky). These dependencies need to be updated together. Updates `semver-regex` from 2.0.0 to 3.1.4 - [Release notes](https://github.com/sindresorhus/semver-regex/releases) - [Commits](https://github.com/sindresorhus/semver-regex/compare/v2.0.0...v3.1.4) Updates `husky` from 4.2.3 to 4.3.8 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.2.3...v4.3.8) --- updated-dependencies: - dependency-name: semver-regex dependency-type: indirect - dependency-name: husky dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
736 B
JSON
31 lines
736 B
JSON
{
|
|
"name": "knowledge-kit",
|
|
"version": "1.0.0",
|
|
"description": "大前端知识小集",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FantasticLBP/knowledge-kit.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/FantasticLBP/knowledge-kit/issues"
|
|
},
|
|
"homepage": "https://github.com/FantasticLBP/knowledge-kit#readme",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^8.3.5",
|
|
"@commitlint/config-conventional": "^8.3.4",
|
|
"husky": "^4.3.8"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
}
|
|
}
|