Skip to content

Commit

Permalink
chore: Update husky to the latest version 🚀 (#1160)
Browse files Browse the repository at this point in the history
## The devDependency [husky](https://github.com/typicode/husky) was updated from `0.14.3` to `1.0.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

[Find out more about this release](https://github.com/typicode/husky).

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴

----
**Required fields, to be filled out by PR reviewer(s)**
- [x] Follows the commit message policy, appropriate for next version
- [x] Has documentation updated, a DU ticket, or requires no documentation change
- [x] Includes new tests, or was unnecessary
- [x] Code is reviewed for security by: Jey
  • Loading branch information
greenkeeper[bot] authored and WilcoFiers committed Sep 28, 2018
1 parent 209c6ae commit 7da8e94
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"release": "standard-version -a",
"next-release": "standard-version --scripts.prebump=./build/next-version.js --skip.commit=true --skip.tag=true",
"sri-update": "grunt build && node build/sri-update && git add sri-history.json",
"fmt": "prettier --write *.js, **/*.ts '{build,doc,lib,test}/**/*.js'",
"precommit": "lint-staged"
"fmt": "prettier --write *.js, **/*.ts '{build,doc,lib,test}/**/*.js'"
},
"devDependencies": {
"angular-precommit": "^1.0.3",
Expand Down Expand Up @@ -98,7 +97,7 @@
"grunt-parallel": "^0.5.1",
"grunt-retire": "^1.0.7",
"html-entities": "^1.2.0",
"husky": "^0.14.3",
"husky": "^1.0.0",
"jquery": "^3.0.0",
"jsdoc": "^3.5.5",
"lint-staged": "^7.2.0",
Expand All @@ -124,5 +123,10 @@
"prettier --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit 7da8e94

Please sign in to comment.