Greenkeeper/default/husky 3.1.0 (#191)

* chore(package): update husky to version 3.1.0

* chore(package): update lockfile build/package-lock.json
This commit is contained in:
Josh Dick
2019-11-17 22:11:53 -05:00
committed by GitHub
parent cdff3a934c
commit 8520e0bc80
2 changed files with 4 additions and 4 deletions

View File

@@ -619,9 +619,9 @@
"dev": true
},
"husky": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/husky/-/husky-3.0.9.tgz",
"integrity": "sha512-Yolhupm7le2/MqC1VYLk/cNmYxsSsqKkTyBhzQHhPK1jFnC89mmmNVuGtLNabjDI6Aj8UNIr0KpRNuBkiC4+sg==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-3.1.0.tgz",
"integrity": "sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@@ -19,7 +19,7 @@
},
"devDependencies": {
"eslint": "^6.5.1",
"husky": "^3.0.9"
"husky": "^3.1.0"
},
"dependencies": {
"termcolors": "latest"