Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit ebb23c0

Browse files
author
Angular Builds
committed
5714f18 build: update husky to 1.3.1
1 parent fadbbed commit ebb23c0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"bugs": {
3434
"url": "https://github.com/angular/angular-cli/issues"
3535
},
36-
"homepage": "https://github.com/angular/angular-cli"
36+
"homepage": "https://github.com/angular/angular-cli",
37+
"husky": {
38+
"hooks": {
39+
"pre-push": "node ./bin/devkit-admin hooks/pre-push"
40+
}
41+
}
3742
}

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Mar 06 2019 00:11:29 GMT+0000 (Coordinated Universal Time)
1+
Wed Mar 06 2019 18:14:37 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)