Add no-optional flag to npm (#1428)

* Add no-optional flag to npm

* Add changelog

* Oops

* Add no_optional to Npm class
This commit is contained in:
Amin Vakil
2020-12-02 00:43:15 +03:30
committed by GitHub
parent ae0d3cb090
commit dc60e71fd5
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- npm - add ``no-optional`` option (https://github.com/ansible-collections/community.general/issues/1421).