Skip to content

Commit

Permalink
feat: ✨ sort package.json after update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgrv committed Sep 14, 2024
1 parent ed04573 commit 125b85b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/githooks/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ find $source -name configure-*.sh | sort | while read file; do
echo "Run $file" | npx chalk-cli --stdin yellow
$file
done

### Sort package.json
npx --yes sort-package-json
2 changes: 1 addition & 1 deletion src/githooks/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Git Hooks",
"id": "githooks",
"version": "1.2.10",
"version": "1.2.11",
"description": "A feature to add useful Git hooks to your project",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
Expand Down
3 changes: 3 additions & 0 deletions src/gitutils/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ find $source -name configure-*.sh | sort | while read file; do
echo "Run $file" | npx chalk-cli --stdin yellow
$file
done

### Sort package.json
npx --yes sort-package-json
2 changes: 1 addition & 1 deletion src/gitutils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Git Aliases",
"id": "gitutils",
"version": "1.6.0",
"version": "1.6.1",
"description": "A feature to add useful Git aliases to your shell.",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
Expand Down

0 comments on commit 125b85b

Please sign in to comment.