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
commit dc60e71fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).