aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/bun-add.test.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-26[bun install] Implement `--exact` flag (#3409)Gravatar Jarred Sumner 1-0/+55
2023-06-11add --save argument to install (#3277)Gravatar Keyhan Vakil 1-0/+45
2023-05-24extend test time-outs (#3048)Gravatar Alex Lam S.L 1-1/+1
2023-05-10`bun add` from root folder when call within workspaces (#2841)Gravatar Alex Lam S.L 1-7/+8
2023-05-10[install] operator on root package of workspaces (#2834)Gravatar Alex Lam S.L 1-0/+64
2023-04-30[install] handle repeated install of GitHub dependency correctly (#2780)Gravatar Alex Lam S.L 1-93/+402
2023-04-24[install] fix `bun add` on non-aliased dependency (#2728)Gravatar Alex Lam S.L 1-0/+64
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 1-3/+3
2023-03-20Implement simple `workspaces` glob support in bun install (#2435)Gravatar Jarred Sumner 1-2/+2
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 1-0/+980