npm: Add no_bin_links option (#2146) (#2217)

* Add no-bin-links option to npm

* Add changelog

* Fix changelog format

* Add integration test

* Change node package from thelounge to ncp

(cherry picked from commit fa13826273)

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
patchback[bot] 2021-04-11 06:25:22 +02:00 committed by GitHub
commit b701b5893f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 80 additions and 1 deletions

View file

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