From 719c5f7a274f0f8db91f8def2d4f4ae5c0b9fad5 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Wed, 6 Jan 2021 14:43:50 +0000 Subject: [PATCH] Remove @sinonjs/formatio from the preversion script --- scripts/preversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/preversion.sh b/scripts/preversion.sh index 4d2021d0c..7200777eb 100755 --- a/scripts/preversion.sh +++ b/scripts/preversion.sh @@ -1,6 +1,6 @@ #!/bin/bash -for package in $(npm outdated --parseable nise @sinonjs/fake-timers @sinonjs/formatio @sinonjs/samsam) +for package in $(npm outdated --parseable nise @sinonjs/fake-timers @sinonjs/samsam) do wanted="$(cut -d: -f2 <<< "$package")" current="$(cut -d: -f3 <<< "$package")"