summaryrefslogtreecommitdiff
path: root/cli/args/package_json.rs
AgeCommit message (Expand)Author
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-02-25fix(npm): skip analyzing more specifiers in package.json (#17938)David Sherret
2023-02-24fix: ignore workspace specifiers in package.json (#17934)David Sherret
2023-02-23fix(npm): support bare specifiers in package.json having a path (#17903)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek IwaƄczuk