Skip to content

Commit

Permalink
fix: "invalid version range" error when deprecating versions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusse authored Mar 19, 2021
1 parent 23e06fd commit 2b4712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class Deprecier {
[
"deprecate",
"-f",
`'${packageInfo.name}@${version.format()}'`,
`${packageInfo.name}@${version.format()}`,
`${realReason}`,
],
{
Expand Down

0 comments on commit 2b4712e

Please sign in to comment.