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 d351960 commit ac8174fCopy full SHA for ac8174f
lib/commands/info/index.js
@@ -78,7 +78,6 @@ const run = async (argv, importMeta, { parentName }) => {
78
79
const pkgName = rawPkgName.slice(0, versionSeparator)
80
const pkgVersion = rawPkgName.slice(versionSeparator + 1)
81
- console.log('sdfd', pkgName, pkgVersion)
82
83
if (!pkgVersion) {
84
throw new InputError('Need to specify a version, like eg: [email protected]')
0 commit comments