Closed tomdye closed 6 years ago
Bug
Package Version: latest
When you have multiple commands at different versions under a group, ie. cli-create-app@0.3.0 and cli-create-theme@0.1.0 they both show the same version number .
cli-create-app@0.3.0
cli-create-theme@0.1.0
ie. output shows 0.3.0 for both create app and create theme
0.3.0
create app
create theme
I'd be interested to know if this is still happening with using libnpmsearch instead of execa.
libnpmsearch
execa
This is no longer an issue.
Bug
Package Version: latest
When you have multiple commands at different versions under a group, ie.
cli-create-app@0.3.0
andcli-create-theme@0.1.0
they both show the same version number .ie. output shows
0.3.0
for bothcreate app
andcreate theme