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-29 16:30:56 -05:00
Code
Issues
Packages
1
Wiki
Activity
a01edb394d
denoland-deno
/
tests
/
specs
/
install
/
install_deprecated_package
/
package.json.out
6 lines
73 B
Text
Raw
Normal View
History
Unescape
Escape
feat: Print deprecation message for npm packages (#24992) This commit adds ability to print deprecation notices for npm packages that have been marked as deprecated. Closes #24013
2024-08-20 13:53:53 -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
"dependencies": {
"@denotest/deprecated-package": "^1.0.0"
}
feat: Print deprecation message for npm packages (#24992) This commit adds ability to print deprecation notices for npm packages that have been marked as deprecated. Closes #24013
2024-08-20 13:53:53 -04:00
}
Copy permalink