diff --git a/src/githooks/configure.sh b/src/githooks/configure.sh index e3fd399..479d32e 100644 --- a/src/githooks/configure.sh +++ b/src/githooks/configure.sh @@ -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 diff --git a/src/githooks/devcontainer-feature.json b/src/githooks/devcontainer-feature.json index 931a47d..8c10157 100644 --- a/src/githooks/devcontainer-feature.json +++ b/src/githooks/devcontainer-feature.json @@ -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" diff --git a/src/gitutils/configure.sh b/src/gitutils/configure.sh index ec09b2e..b8d07ea 100644 --- a/src/gitutils/configure.sh +++ b/src/gitutils/configure.sh @@ -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 diff --git a/src/gitutils/devcontainer-feature.json b/src/gitutils/devcontainer-feature.json index 69048fc..0b78d12 100644 --- a/src/gitutils/devcontainer-feature.json +++ b/src/gitutils/devcontainer-feature.json @@ -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",