Use version ~2.14.1 of commander #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-commander-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there,
The version of commander specified in the last package json is invalid. I updated it to the latest version which seems to have no breaking changes although I have not run the test suite.
Cheers,
David
Thanks for the heads up, we unpublished and will publish the next version
Thanks! I don't think that
@types/commander
is needed as a dependency but I updated that too since it was already depended on.Ok 1.12.2 should be live on NPM and 1.12.1 was unpublished.
The
@types/commander
dev dependency is needed for the TS definition tests (https://github.com/SheetJS/js-codepage/blob/master/types/bin_codepage.ts is a TS-ified version of the bin script). In the same vein,commander
is only needed for the bin script, but npm provides no way of specifying whether the bin scripts should be installed.