Skip to content

Commit a5d0e26

Browse files
authored
Greenkeeping (adamgruber#342)
* Update marge * Update chalk * Update cross-env * Update eslint / prettier * Migrate husky to v5 * Update lint-staged * Update sinon * Update uuid * Update mocha * Update diff * Update changelog
1 parent 341fcb5 commit a5d0e26

File tree

6 files changed

+654
-879
lines changed

6 files changed

+654
-879
lines changed

.husky/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx lint-staged

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# mochawesome changelog
22

33
## [Unreleased]
4+
### Changed
5+
- Greenkeep dependencies
46

57
## [6.2.1] - 2020-11-02
68
### Fixed

0 commit comments

Comments
 (0)