Created
October 16, 2023 12:07
-
-
Save stokedout/62a94fd9f576e500d6b299d5bb896a31 to your computer and use it in GitHub Desktop.
Get latest version of a package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn npm info $1 --json | jq -r ".version" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment