Skip to content

chore: update vendor commitlint #90

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@angular/platform-browser-dynamic": "^7.2.1",
"@angular/platform-server": "^7.2.1",
"@angular/router": "^7.2.1",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/cli": "^7.5.0",
"@commitlint/config-conventional": "^7.5.0",
"@octokit/rest": "^16.2.0",
"@ptsecurity/commitlint-config": "^0.2.0",
"@ptsecurity/commitlint-config": "^0.2.1",
"@ptsecurity/tslint-config": "^0.10.1",
"@schematics/angular": "7.1.4",
"@types/chalk": "^2.2.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"gulp-util": "^3.0.8",
"highlight.js": "^9.13.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"husky": "^1.3.1",
"inquirer": "^6.2.1",
"jasmine-core": "~3.2.1",
"karma": "^3.1.3",
Expand Down Expand Up @@ -128,7 +128,6 @@
"webpack-dev-server": "^3.1.9"
},
"scripts": {
"commitmsg": "commitlint -x=./commitlint.config.js -e $GIT_PARAMS",
"test:unit": "gulp ci:test",
"valid:lic": "gulp validate-licenses",
"build:cdk": "gulp cdk:build-release",
Expand Down Expand Up @@ -174,5 +173,11 @@
"server-dev:typography": "npm run server-dev -- --env.component typography",
"server-dev:tooltip": "npm run server-dev -- --env.component tooltip",
"server-dev:timepicker": "npm run server-dev -- --env.component timepicker"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}

}
Loading