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-12-01 16:51:13 -05:00
Code
Issues
Packages
1
Wiki
Activity
9fe2bf42dc
denoland-deno
/
tests
/
specs
/
add
/
dev
/
package.json.out
6 lines
67 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): support installing npm package with alias (#26246) Just tried this out today and it wasn't properly implemented in https://github.com/denoland/deno/pull/24156
2024-10-14 15:35:52 -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