Skip to content

Commit d36a269

Browse files
committed
feat: add has-local-dep
1 parent 60b46d9 commit d36a269

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnpm/registry-mock",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "Mock the npm registry",
55
"main": "dist/index.js",
66
"bin": "dist/bin/pnpm-registry-mock.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "@pnpm.e2e/local-dep",
3+
"version": "1.0.0",
4+
"dependencies": {
5+
"@pnpm.e2e/bravo-dep": "1.0.0"
6+
}
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "@pnpm.e2e/has-local-dep",
3+
"version": "1.0.0",
4+
"dependencies": {
5+
"@pnpm.e2e/dep-of-pkg-with-1-dep": "100.0.0",
6+
"local-dep": "file:./local-dep"
7+
}
8+
}

0 commit comments

Comments
 (0)