This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package.json): correct bin file reference (#43)
- Loading branch information
f0cd07c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like it's not enough. I still can't install package via NPM. to be honest I'm no npm experts, but I cheked package file and it is mentioning old cli.js file at least twice - maybe a cause?
1st is
"local": "npm run clean && npm run build && node bin/cli.js",
2nd is
"files": [ "lib/", "bin/cli.js" ],
f0cd07c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have fixed this, saw one more thing I skipped but this work well now.