Skip to content

Commit 917a347

Browse files
committed
feat: add /has-untrusted-optional-dep
1 parent 9bef393 commit 917a347

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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": "5.1.0",
3+
"version": "5.2.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/has-untrusted-optional-dep",
3+
"version": "1.0.0",
4+
"optionalDependencies": {
5+
"@pnpm/e2e.test-provenance": "0.0.5"
6+
}
7+
}

0 commit comments

Comments
 (0)