Closed EvanHahn closed 9 years ago
Whenever npm changes package.json automatically (like when running npm install), it will reformat package.json. This commit formats package.json like npm does.
package.json
npm install
This commit doesn't change any of the content of package.json, only the formatting.
Updated this manually due to conflict notice on the request.
Whenever npm changes
package.json
automatically (like when runningnpm install
), it will reformatpackage.json
. This commit formatspackage.json
like npm does.This commit doesn't change any of the content of
package.json
, only the formatting.