Skip to content

Commit

Permalink
[fix] add cycle-import-check binary alias
Browse files Browse the repository at this point in the history
The documentation of the package, its name, refer to the executable
name that is not present. This adds it back.

At the same time removing the one used in the meantime would be
a breaking change, so keep it in.
  • Loading branch information
denis-sokolov committed Dec 6, 2023
1 parent 717f411 commit 684d70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"bin": {
"iscan": "lib/cli.js",
"cycle-import-check": "lib/cli.js",
"cycle-import-scan": "lib/cli.js"
},
"dependencies": {
Expand Down

0 comments on commit 684d70d

Please sign in to comment.