style: remove unnecessary comment from format-package-json script
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
# ./scripts/format-package-json.sh
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json
|
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json
|
||||||
Reference in New Issue
Block a user