Skip to content

Commit

Permalink
chore: update vendor commitlint (#90)
Browse files Browse the repository at this point in the history
* chore: update vendor commitlint

* chore: update vendor husky
  • Loading branch information
Oleg Ulyanov authored and pimenovoleg committed Feb 1, 2019
1 parent 2290f71 commit 758c884
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 192 deletions.
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 @@ -130,7 +130,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 @@ -178,5 +177,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

0 comments on commit 758c884

Please sign in to comment.