| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-07 | feat(add/install): Flag to add dev dependency to package.json (#25495) | Nathan Whitaker | |
| ``` deno install --dev npm:chalk ``` Adds to `devDependencies` if a `package.json` is present, otherwise it just adds to `imports` in `deno.json` | |||
