3 lines
78 B
Bash
3 lines
78 B
Bash
#!/bin/sh
|
|
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json
|
#!/bin/sh
|
|
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json
|