Bump node-semver
#4
Annotations
2 warnings
Check Code, Code Formatting and Linting (nightly):
src/cli/install.rs#L65
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Check Code, Code Formatting and Linting (stable):
src/cli/install.rs#L65
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|