Skip to content

Commit 719c5f7

Browse files
committed
Remove @sinonjs/formatio from the preversion script
1 parent 35d550c commit 719c5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/preversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
for package in $(npm outdated --parseable nise @sinonjs/fake-timers @sinonjs/formatio @sinonjs/samsam)
3+
for package in $(npm outdated --parseable nise @sinonjs/fake-timers @sinonjs/samsam)
44
do
55
wanted="$(cut -d: -f2 <<< "$package")"
66
current="$(cut -d: -f3 <<< "$package")"

0 commit comments

Comments
 (0)