diff options
author | 2021-09-11 12:53:44 +0100 | |
---|---|---|
committer | 2021-09-11 13:53:44 +0200 | |
commit | bac4ee998054a998943e9a596bfd3752d0f8a059 (patch) | |
tree | 5eed824171d7adaa407574e9ee634d93966f4e26 /vendor/github.com/uptrace/bun/commitlint.config.js | |
parent | fix broken build (#209) (diff) | |
download | gotosocial-bac4ee998054a998943e9a596bfd3752d0f8a059.tar.xz |
update bun library to latest commit (#206)
* update bun library to latest commit
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
* update to latest bun release
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
Diffstat (limited to 'vendor/github.com/uptrace/bun/commitlint.config.js')
-rw-r--r-- | vendor/github.com/uptrace/bun/commitlint.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/uptrace/bun/commitlint.config.js b/vendor/github.com/uptrace/bun/commitlint.config.js new file mode 100644 index 000000000..4fedde6da --- /dev/null +++ b/vendor/github.com/uptrace/bun/commitlint.config.js @@ -0,0 +1 @@ +module.exports = { extends: ['@commitlint/config-conventional'] } |