## Steps 1. `mkdir test-proj` 2. `cd test-proj` 3. `npm init`. Keep all defaults. 4. Convert spaces in `package.json` to tabs. 5. `npm install react` 6. `getstorybook --use-npm` ## Result `package.json` now has spaces. ## Expected `package.json` should still have tabs.