We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacKosyakov-2:electron kosyakov$ yarn info @theia/core --json version {"type":"inspect","data":"0.2.0-next.f2962684"} MacKosyakov-2:electron kosyakov$ npm view @theia/core --json version "0.1.0"
MacKosyakov-2:electron kosyakov$ yarn info @theia/core@latest --json version {"type":"inspect","data":"latest"} MacKosyakov-2:electron kosyakov$ npm view @theia/core@latest --json version "0.1.0"
The text was updated successfully, but these errors were encountered:
Plus returning a string not an object is nicer for individual fields.
Sorry, something went wrong.
@akosyakov, you can ask yarn with following syntax to get only the string.
@BYK, I can confirm that in 1.5.1.
yarn
yarn info @theia/core@latest version --silent -> latest
npm
npm info @theia/core@latest version --silent -> 0.3.7
No branches or pull requests
The text was updated successfully, but these errors were encountered: