We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d550c commit 719c5f7Copy full SHA for 719c5f7
1 file changed
scripts/preversion.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-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)
4
do
5
wanted="$(cut -d: -f2 <<< "$package")"
6
current="$(cut -d: -f3 <<< "$package")"
0 commit comments