Khan / khan-exercises

A (deprecated) framework for building exercises to work with Khan Academy.
http://www.khanacademy.org/
1.62k stars 865 forks source link

Fix package.json formatting #161570

Closed AtaGowani closed 7 years ago

AtaGowani commented 7 years ago

Change

Removed unnecessary white spaces from package.json. The spaces caused git to detect a change in package.json everytime npm install is run to get the dependencies, since npm corrects the JSON file itself. Just an annoying little bug.