aboutsummaryrefslogtreecommitdiff
path: root/src/install/resolution.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-07[bun install] Implement `bun link`Gravatar Jarred Sumner 1-2/+1
2022-08-05[bun install] Support private registries & private scopesGravatar Jarred Sumner 1-11/+4
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 1-1/+1
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner"
2021-12-19[bun install] Support `file:` protocol for installing folders as packagesGravatar Jarred Sumner 1-0/+3
2021-12-16[bun install] order() and fmt()Gravatar Jarred Sumner 1-0/+26
2021-12-16CLI flagsGravatar Jarred Sumner 1-1/+1
2021-12-16[bun install] move around some codeGravatar Jarred Sumner 1-0/+270