mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 00:40:38 -05:00
* 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
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"name": "@scope/foo",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@scope/bar": "workspace:*",
|
|
"is-positive": "3.1.0"
|
|
}
|
|
}
|