Skip to content

Commit

Permalink
Remove @sinonjs/formatio from the preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Jan 6, 2021
1 parent 35d550c commit 719c5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preversion.sh
Original file line number Diff line number Diff line change
@@ -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")"
Expand Down

0 comments on commit 719c5f7

Please sign in to comment.