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/package.json | |
| 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/package.json')
| -rw-r--r-- | vendor/github.com/uptrace/bun/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/uptrace/bun/package.json b/vendor/github.com/uptrace/bun/package.json new file mode 100644 index 000000000..a4651c19d --- /dev/null +++ b/vendor/github.com/uptrace/bun/package.json @@ -0,0 +1,8 @@ +{ + "name": "bun", + "version": "1.0.6", + "main": "index.js", + "repository": "git@github.com:uptrace/bun.git", + "author": "Vladimir Mihailenco <vladimir.webdev@gmail.com>", + "license": "BSD-2-clause" +} |
