Skip to content

Commit fed5f5d

Browse files
committed
feat: add has-patch-for-foo
1 parent 7533c54 commit fed5f5d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnpm/registry-mock",
3-
"version": "3.47.0",
3+
"version": "3.48.0",
44
"description": "Mock the npm registry",
55
"main": "dist/index.js",
66
"bin": "dist/bin/pnpm-registry-mock.js",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
diff --git a/index.js b/index.js
2+
new file mode 100644
3+
index 0000000000000000000000000000000000000000..1e2e7be215a474d90dd0daf2bc9e368694fec353
4+
--- /dev/null
5+
+++ b/index.js
6+
@@ -0,0 +1 @@
7+
+console.log('Hello world!')
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "@pnpm.e2e/has-patch-for-foo",
3+
"version": "1.0.0"
4+
}

0 commit comments

Comments
 (0)