construct-hub-webapp icon indicating copy to clipboard operation
construct-hub-webapp copied to clipboard

Construct Hub shows languages based on package.json even if they are not published

Open alexpulver opened this issue 4 years ago • 0 comments

https://constructs.dev/packages/aws-bootstrap-kit/v/0.6.0?lang=python provides a command for installing the package in Python. But the package is not actually published to PyPI. The reason Construct Hub displays Python availability is because Python appears as a target in https://github.com/awslabs/aws-bootstrap-kit/blob/main/source/aws-bootstrap-kit/package.json#L14.

P.S.: The maintainer plans to publish the Python version soon, so this might not be reproducible once he does.

alexpulver avatar Feb 21 '22 15:02 alexpulver