Sha256: 13117d8be62c74e89c3558c206b46c1d1a257bb37ecfd73472feb8585fc9f771
Contents?: true
Size: 435 Bytes
Versions: 23
Compression:
Stored size: 435 Bytes
Contents
#!/usr/bin/env bash echo -e "\033[1;31m Issue(s) found in package.json. Ensure the following conditions are met and try again.\n \033[0m" echo -e "\033[1;31m * Set the appropriate access in publishConfig:\033[0m" echo -e "\n\033[1;31m\t\"publishConfig\": {\n\t \"access\": \"<public|restricted>\" \n\t}\033[0m" echo -e "\n\033[1;31m * If the package is private, its name must be scoped (@organization-scope/package)\033[0m" exit 1
Version data entries
23 entries across 23 versions & 1 rubygems