From 0890428959fc17283b418032d6aa91b2b2b07b6d Mon Sep 17 00:00:00 2001 From: Evan Purcer Date: Thu, 11 Apr 2024 10:41:41 -0700 Subject: [PATCH] 1.0.7 :: nd [npm run dev] and nr [npm run] default aliases --- 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 f811f18..3eebf7f 100755 --- a/nx.sh +++ b/nx.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# :: nx 1.0.6 :: +# :: nx 1.0.7 :: # shellcheck disable=SC2139 # shellcheck.net/wiki/SC2139 # allow parameter expansion within alias strings # function nx() ( local pkg="" cmd="" npmcmds="" npmcmds="run|$( 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 a25e7f9..ab5ede7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nx.sh", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nx.sh", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "bin": { "nx": "nx" diff --git a/package.json b/package.json index 1f424b9..cd066ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nx.sh", - "version": "1.0.6", + "version": "1.0.7", "description": "A minimalist command runner for npm packages, with a focus on developer ergonomics.", "main": "nx.sh", "files": [