Files
pnpm/fixtures/has-yarn-lock/package.json
2021-08-19 20:52:47 +03:00

9 lines
144 B
JSON

{
"name": "has-yarn-lock",
"version": "0.0.0",
"dependencies": {
"dep-of-pkg-with-1-dep": "^101.0.0",
"pkg-with-1-dep": "*"
}
}