diff options
author | mat <github@matdoes.dev> | 2022-05-30 12:48:48 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-30 12:48:48 -0500 |
commit | f8b1876203c6d0449e597bf9d9de4bdabf55b242 (patch) | |
tree | 72c2dd7679de28c3b50d19601135d1f215f52a2e /.gitignore | |
parent | 5777b24bbf1ccad2b4c897d8c3960b892405b7c0 (diff) | |
download | skyblock-api-f8b1876203c6d0449e597bf9d9de4bdabf55b242.tar.gz skyblock-api-f8b1876203c6d0449e597bf9d9de4bdabf55b242.tar.bz2 skyblock-api-f8b1876203c6d0449e597bf9d9de4bdabf55b242.zip |
Replace node-fetch with undici and bump deps
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ node_modules .nyc_output coverage -build
\ No newline at end of file +build +*.heapsnapshot |