diff options
author | 2023-10-12 23:08:52 -0700 | |
---|---|---|
committer | 2023-10-12 23:08:52 -0700 | |
commit | d6d4ead438c7c181e63a04c1e8afb289c21c2409 (patch) | |
tree | b7f1b2b460a91608c48027c41d3746d3b9d9c4fe /docs/cli | |
parent | 4e678627532d04e16333047987ccd099922bb987 (diff) | |
download | bun-d6d4ead438c7c181e63a04c1e8afb289c21c2409.tar.gz bun-d6d4ead438c7c181e63a04c1e8afb289c21c2409.tar.zst bun-d6d4ead438c7c181e63a04c1e8afb289c21c2409.zip |
Tweaks to pm docs
Diffstat (limited to 'docs/cli')
-rw-r--r-- | docs/cli/update.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/cli/update.md b/docs/cli/update.md index 8ebfd6119..dfda37f01 100644 --- a/docs/cli/update.md +++ b/docs/cli/update.md @@ -1,5 +1,3 @@ -## `bun update` - To update all dependencies to the latest version _that's compatible with the version range specified in your `package.json`_: ```sh |