wdjungst / react-project

State of the art web development with React.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`react-project init` removes `react-project` from package.json dependencies list when running init

latentflip opened this issue · comments

Not sure if this is intentional or not? But after running through the setup instructions, react-project has been removed from package.json -- looks like because the deps are replaced not merged, and react-project isn't in the boilerplate package.json.

Ha, woops, it should stay there. Probably busted that when renaming stuff

It's because package.json is completely replaced I think