mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
eb2369a934
* Fixed index out of range in yarn module when no packages are outdated * Fixed handling of yarn dependencies when scoped modules are installed * Added changelog fragment for yarn module fixes * Adhere changelogs/fragments/474-yarn_fix-outdated-fix-list.yml to current standards Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * Added scoped package to yarn integration test Co-authored-by: Jan Gaßner <jan.gassner@plusserver.com> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
9 lines
No EOL
161 B
Django/Jinja
9 lines
No EOL
161 B
Django/Jinja
{
|
|
"name": "ansible-yarn-testing",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "^0.4.21",
|
|
"@types/node": "^12.0.0"
|
|
}
|
|
} |