Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eject: Additionally remove
react-scripts
from dependencies
ATM if react-scripts is (erroneously) declared in `dependencies` instead of `devDependencies` or isn't declared at all, the `eject` script will fail half-way. This change makes it more robust, react-scripts will be removed from either, if present.
- Loading branch information