name validator rejects scoped npm package name: @cspotcode/foo-bar
Closed this issue · 2 comments
cspotcode commented
-
I'm submitting a ...
[x] bug report -
Summary
When I try to create a scoped package (e.g. @cspotcode/foo-bar
) the prompt complains that the name must be in kebab case.
bitjson commented
Thanks for the report! That function is here: https://github.com/bitjson/typescript-starter/blob/master/src/cli/utils.ts#L33
I'll add support for scoped package names 👍
bitjson commented
Published in v2.1.1.