Skip to content

Commit eeadb33

Browse files
committed
build(deps): modernize library & upgrade all deps
upgraded all deps. new husky config file. using globSync from updated glob lib. added babel config for jest code transform to make tests pass. BREAKING CHANGE: Newer versions of all files should bump version number. Also, testing will now run on node 14, 16 & 18. re #55
1 parent cb78ed8 commit eeadb33

File tree

6 files changed

+7677
-4628
lines changed

6 files changed

+7677
-4628
lines changed

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx commitlint -V -e

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
3+
};

0 commit comments

Comments
 (0)