diff --git a/package-lock.json b/package-lock.json index 6f52230..61ea118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,60 @@ { "name": "tmex", - "version": "1.0.9", - "lockfileVersion": 1, + "version": "1.0.10", + "lockfileVersion": 2, "requires": true, + "packages": { + "": { + "name": "tmex", + "version": "1.0.10", + "license": "MIT", + "bin": { + "tmex": "tmex" + }, + "devDependencies": { + "bats": "1.2.1", + "bats-assert": "2.0.0", + "bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0", + "shellcheck": "0.4.4" + } + }, + "node_modules/bats": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/bats/-/bats-1.2.1.tgz", + "integrity": "sha512-2fcPDRQa/Kvh6j1IcCqsHpT5b9ObMzRzw6abC7Bg298PX8Qdh9VRkvO2WJUEhdyfjq2rLBCOAWdcv0tS4+xTUA==", + "dev": true, + "bin": { + "bats": "bin/bats" + } + }, + "node_modules/bats-assert": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bats-assert/-/bats-assert-2.0.0.tgz", + "integrity": "sha512-qO3kNilWxW8iCONu9NDUfvsCiC6JzL6DPOc/DGq9z3bZ9/A7wURJ+FnFMxGbofOmWbCoy7pVhofn0o47A95qkQ==", + "dev": true, + "peerDependencies": { + "bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0" + } + }, + "node_modules/bats-support": { + "version": "0.2.0", + "resolved": "git+ssh://git@github.com/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff", + "integrity": "sha512-wHzH07tQWsUbZFUmbIjWPhYsfgzmjh4AvReRxSFqipJpACHxMdNnzG6q0LAUHobxaMFVL3UqzxuphHxfAOJpHA==", + "dev": true + }, + "node_modules/shellcheck": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/shellcheck/-/shellcheck-0.4.4.tgz", + "integrity": "sha512-d7LfrgEcGZes825x5Yehm6MkpfSQaDg4nP0VZEv7E2qX84zQXDbCdDvYJg9V9OByG2+h98Ol7nndixgGOj8cRQ==", + "dev": true, + "hasInstallScript": true, + "bin": { + "LICENSE.txt": "shellcheck-latest/LICENSE.txt", + "README.txt": "shellcheck-latest/README.txt", + "shellcheck": "shellcheck-latest/shellcheck" + } + } + }, "dependencies": { "bats": { "version": "1.2.1", @@ -14,12 +66,13 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/bats-assert/-/bats-assert-2.0.0.tgz", "integrity": "sha512-qO3kNilWxW8iCONu9NDUfvsCiC6JzL6DPOc/DGq9z3bZ9/A7wURJ+FnFMxGbofOmWbCoy7pVhofn0o47A95qkQ==", - "dev": true + "dev": true, + "requires": {} }, "bats-support": { - "version": "git+https://github.com/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff", - "from": "git+https://github.com/ztombol/bats-support.git#v0.2.0", - "dev": true + "version": "git+ssh://git@github.com/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff", + "dev": true, + "from": "bats-support@git+https://github.com/ztombol/bats-support.git#v0.2.0" }, "shellcheck": { "version": "0.4.4", diff --git a/package.json b/package.json index d3b97fe..2c0c43e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tmex", - "version": "1.0.9", + "version": "1.0.10", "description": "A minimalist tmux layout manager - one shell script + tmux + zero other dependencies", "main": "tmex", "scripts": { diff --git a/tmex b/tmex index 1cfb8c6..a26f58f 100755 --- a/tmex +++ b/tmex @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# tmex 1.0.9 +# tmex 1.0.10 # sanity - exit on any error; no unbound variables set -euo pipefail