mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 13:00:18 -05:00
update the docs for version command
This commit is contained in:
+2
-2
@@ -46,8 +46,8 @@ module.exports = {
|
||||
.action(() => {
|
||||
const versions = util.versions()
|
||||
/* eslint-disable no-console */
|
||||
console.log('Cypress package version', versions.package)
|
||||
console.log('Cypress binary version', versions.binary)
|
||||
console.log('Cypress package version:', versions.package)
|
||||
console.log('Cypress binary version:', versions.binary)
|
||||
/* eslint-enable no-console */
|
||||
process.exit(0)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user