mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
6b95c53e48
This commit changes `deno add` to always produce a multiline config file. In v1.41.3: ``` $ mkdir foo $ cd foo $ deno add @std/assert Created deno.json configuration file. Add @std/assert - jsr:@std/assert@^0.220.0 $ cat deno.json { "imports": { "@std/assert": "jsr:@std/assert@^0.220.0" } } ``` Now: ``` $ mkdir foo $ cd foo $ deno add @std/assert Created deno.json configuration file. Add @std/assert - jsr:@std/assert@^0.220.0 $ cat deno.json { "imports": { "@std/assert": "jsr:@std/assert@^0.220.0" } } ``` |
||
---|---|---|
.. | ||
api.rs | ||
auth.rs | ||
diagnostics.rs | ||
graph.rs | ||
mod.rs | ||
paths.rs | ||
pm.rs | ||
provenance.rs | ||
publish_order.rs | ||
tar.rs | ||
unfurl.rs |