Skip to content

Commit

Permalink
document npm: in install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH authored Dec 14, 2024
1 parent bd1c5e9 commit f30d544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ Bun supports installing dependencies from Git, GitHub, and local or remotely-hos
"lodash": "git+ssh://github.com/lodash/lodash.git#4.17.21",
"moment": "[email protected]:moment/moment.git",
"zod": "github:colinhacks/zod",
"react": "https://registry.npmjs.org/react/-/react-18.2.0.tgz"
"react": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
"bun-types": "npm:@types/bun"
}
}
```
Expand Down

0 comments on commit f30d544

Please sign in to comment.