mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
0704454755
This commit adds ability to print deprecation notices for npm packages that have been marked as deprecated. Closes #24013
9 lines
No EOL
188 B
JSON
9 lines
No EOL
188 B
JSON
{
|
|
"name": "@denotest/deprecated-package",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "main.mjs",
|
|
"types": "main.d.mts",
|
|
"deprecated": "Deprecated version"
|
|
}
|
|
|