This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Description
Every time nativescript-dev-webpack is installed in my project, package.json is changed from 2-space indentation to a 4-space indentation.
npm install --save another-package will then rewrite the file with 2-space indentation.
This means that we either have to reformat the file before adding the changes or have unneeded changes in our git history, with the potential merge conflicts this gives.
Please reserve existing indentation in package.json.