Skip to content

Commit 5af4f9c

Browse files
author
Dainer Mesa
committed
fix(: Remove grep filter for version listingns
1 parent 3656370 commit 5af4f9c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bin/list-all

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ fi
3131
# List all versions of @angular/cli available from npm registry
3232
echo $("$curl_bin" -s https://registry.npmjs.org/@angular/cli \
3333
| "$jq_bin" -r '.versions | keys[]' \
34-
| grep -E '^[0-9.]+$'
3534
| sort -V)

0 commit comments

Comments
 (0)