From 622f0503390ba6f02c089a7d763cde72a362fb28 Mon Sep 17 00:00:00 2001 From: Evan Purcer Date: Tue, 24 Oct 2023 09:58:09 -0700 Subject: [PATCH] 1.0.2 :: readme updates --- nx.sh | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nx.sh b/nx.sh index a97d5c3..07bdbfb 100755 --- a/nx.sh +++ b/nx.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# :: nx 1.0.1 :: +# :: nx 1.0.2 :: # shellcheck disable=SC2139 # shellcheck.net/wiki/SC2139 # allow parameter expansion within alias strings # function nx() ( local pkg="" cmd="" npmcmds="" npmcmds="$( npm -h | awk '/access/,/whoami/' | sed -E 's/ (help|start|test),//g' | xargs | sed 's/, /|/g' )" || true diff --git a/package-lock.json b/package-lock.json index 7c0201b..8f66c87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nx.sh", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nx.sh", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "bin": { "nx": "nx" diff --git a/package.json b/package.json index 97a6205..6e1a8ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nx.sh", - "version": "1.0.1", + "version": "1.0.2", "description": "A minimalist command runner for npm packages, with a focus on developer ergonomics.", "main": "nx.sh", "files": [