Skip to content

Commit 420e62f

Browse files
committed
pretty print production package
1 parent f12608e commit 420e62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/prepublish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ node -e "var package = require('./package.json'); \
3131
delete package.options; \
3232
delete package.babel; \
3333
delete package.devDependencies; \
34-
require('fs').writeFileSync('package.json', JSON.stringify(package));"
34+
require('fs').writeFileSync('package.json', JSON.stringify(package, null, 2));"

0 commit comments

Comments
 (0)