Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for npm-audit when package.json in root
``` >>> os.path.split("package.json") ('', 'package.json') >>> os.path.split("x/y/package.json") ('x/y', 'package.json') ``` https://github.com/brave/brave-core-crx-packager/actions/runs/5339275564/jobs/9677773649
- Loading branch information