Created by: tuchk4
Remove .bin files defined at react-scripts/package.json after eject
https://github.com/facebookincubator/create-react-app/pull/1356#issuecomment-280047793
Object.keys(ownPackage.bin).forEach(function(binKey) {
fs.removeSync(path.join(appPath, 'node_modules', '.bin', binKey));
});