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": [