1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/tests/specs/npm/npmrc_bad_registry_config/package.json

8 lines
105 B
JSON
Raw Normal View History

2024-06-05 15:22:40 -04:00
{
"name": "npmrc_test",
"version": "0.0.1",
"dependencies": {
"@denotest/basic": "1.0.0"
}
}