tajo / react-titled

📃 Set document.title with ease. Nested. Flexible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move react-test-renderer from dependencies to devDependencies

travellingprog opened this issue · comments

You have react-test-renderer listed under dependencies, which causes people who install your package to download that package as well, even though you are only using it for testing purposes. You should move it into devDependencies.