Remove unused details section (#12311)

This commit is contained in:
Umar Faruq Chowdhury
2024-07-03 15:14:56 +06:00
committed by GitHub
parent f83e42de20
commit b85c30cd89

View File

@@ -15,8 +15,6 @@ disable = false
disableManifest = false
```
{% /details %}
## Minimizing re-downloads
Bun strives to avoid re-downloading packages multiple times. When installing a package, if the cache already contains a version in the range specified by `package.json`, Bun will use the cached package instead of downloading it again.