This is an unit test for the issue with multiple downloads and installs of the same dependency package. Related to #678
19 lines
528 B
JSON
19 lines
528 B
JSON
[
|
|
{
|
|
"name": "issue678_dependency_1",
|
|
"url": "https://github.com/bobeff/issue678?subdir=dependency_1",
|
|
"method": "git",
|
|
"tags": [ "test" ],
|
|
"description":
|
|
"Both first and second level dependency of the issue678 package.",
|
|
"license": "MIT"
|
|
},
|
|
{
|
|
"name": "issue678_dependency_2",
|
|
"url": "https://github.com/bobeff/issue678?subdir=dependency_2",
|
|
"method": "git",
|
|
"tags": [ "test" ],
|
|
"description": "First level dependency of the issue678 package.",
|
|
"license": "MIT"
|
|
}
|
|
]
|