This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-28 16:20:57 -05:00
Code
Issues
Packages
1
Wiki
Activity
75f8164b04
denoland-deno
/
tests
/
specs
/
add
/
dev
/
package.json.out
4 lines
61 B
Text
Raw
Normal View
History
Unescape
Escape
feat(add/install): Flag to add dev dependency to package.json (#25495) ``` deno install --dev npm:chalk ``` Adds to `devDependencies` if a `package.json` is present, otherwise it just adds to `imports` in `deno.json`
2024-09-07 05:22:27 -04:00
{
fix(install): better json editing (#26450) 1. Respects the formatting of the file (ex. keeps four space indents or tabs). 2. Handles editing of comments. 3. Handles trailing commas. 4. Code is easier to maintain.
2024-10-21 14:17:08 -04:00
"devDependencies": { "@denotest/esm-basic": "^1.0.0" }
feat(add/install): Flag to add dev dependency to package.json (#25495) ``` deno install --dev npm:chalk ``` Adds to `devDependencies` if a `package.json` is present, otherwise it just adds to `imports` in `deno.json`
2024-09-07 05:22:27 -04:00
}
Copy permalink