create-react-microservice
create-react-microservice copied to clipboard
BUGFIX: Don't strip numeric values from npm org - solves #571
What I did
I fixed a bug in create-react-microservice which stripped numeric values when computing npm scope
How I did it
I removed the .replace which removed the numeric values
How to verify it
Run create-react-microservice and pass an org name with numeric values, such as test39. The computed org scope should be @test39/
Checklist
- [x] I executed
yarn run testin the root ofcreate-react-microservice - [ ] I executed
yarn run testin thecreate-react-microservice-scaffold - [x] Tests have been created, run and adjusted as needed
- [x] The PR is created against the
masterbranch.