Files
pnpm/__fixtures__/custom-modules-dir/packages/foo/package.json
await-ovo 19e823beab fix: path info in dependencies hierarchy tree (#6001)
* fix: get correct path info in dependencies hierarchy tree

* chore: test case for build dependencies hierarchy

* docs: update changeset

* chore: test cases

* fix: show full path in dependencies hierarchy tree
2023-02-02 03:34:16 +02:00

9 lines
134 B
JSON

{
"name": "@scope/foo",
"version": "1.0.0",
"dependencies": {
"@scope/bar": "workspace:*",
"is-positive": "3.1.0"
}
}