Skip to content

Commit

Permalink
pretty print production package
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jan 31, 2018
1 parent f12608e commit 420e62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/prepublish.sh
Expand Up @@ -31,4 +31,4 @@ node -e "var package = require('./package.json'); \
delete package.options; \
delete package.babel; \
delete package.devDependencies; \
require('fs').writeFileSync('package.json', JSON.stringify(package));"
require('fs').writeFileSync('package.json', JSON.stringify(package, null, 2));"

0 comments on commit 420e62f

Please sign in to comment.