diff options
Diffstat (limited to 'docs/cli/install.md')
-rw-r--r-- | docs/cli/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli/install.md b/docs/cli/install.md index c805b14f6..584350a42 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -234,7 +234,7 @@ Unlike other npm clients, Bun does not execute arbitrary lifecycle scripts for i To tell Bun to allow lifecycle scripts for a particular package, add the package to `trustedDependencies` in your package.json. -```json-diff +<!-- ```json-diff { "name": "my-app", "version": "1.0.0", @@ -242,7 +242,7 @@ To tell Bun to allow lifecycle scripts for a particular package, add the package + "my-trusted-package": "*" + } } -``` +``` --> ```json-diff { |