Skip to content

Commit

Permalink
feat: add has-patch-for-foo
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 1, 2025
1 parent 7533c54 commit fed5f5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/registry-mock",
"version": "3.47.0",
"version": "3.48.0",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/has-patch-for-foo/@[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
diff --git a/index.js b/index.js
new file mode 100644
index 0000000000000000000000000000000000000000..1e2e7be215a474d90dd0daf2bc9e368694fec353
--- /dev/null
+++ b/index.js
@@ -0,0 +1 @@
+console.log('Hello world!')
4 changes: 4 additions & 0 deletions packages/has-patch-for-foo/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@pnpm.e2e/has-patch-for-foo",
"version": "1.0.0"
}

0 comments on commit fed5f5d

Please sign in to comment.