Skip to content

Commit

Permalink
Refactor script/sort-package-json to improve usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Nov 13, 2024
1 parent a584820 commit a85b2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/sort-package-json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#/ Usage: script/sort-package-json
#/ Sort package.json
# Usage: script/sort-package-json
# Sort package.json

echo "Sorting package.json 📦"
find . -name "node_modules" -prune -o -name "package.json" -exec npx sort-package-json {} \;
Expand Down

0 comments on commit a85b2a3

Please sign in to comment.