Closed AtaGowani closed 7 years ago
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.
package.json
npm install
npm
Change
Removed unnecessary white spaces from
package.json
. The spaces caused git to detect a change inpackage.json
everytimenpm install
is run to get the dependencies, sincenpm
corrects the JSON file itself. Just an annoying little bug.