Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 697 Bytes

File metadata and controls

19 lines (14 loc) · 697 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IPackageNameParserOptions > allowUpperCase

IPackageNameParserOptions.allowUpperCase property

If true, allows upper-case letters in package names. This improves compatibility with some legacy private registries that still allow that.

Signature:

allowUpperCase?: boolean;