We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7533c54 commit fed5f5dCopy full SHA for fed5f5d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pnpm/registry-mock",
3
- "version": "3.47.0",
+ "version": "3.48.0",
4
"description": "Mock the npm registry",
5
"main": "dist/index.js",
6
"bin": "dist/bin/pnpm-registry-mock.js",
packages/has-patch-for-foo/@[email protected]
@@ -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 @@
7
++console.log('Hello world!')
packages/has-patch-for-foo/package.json
@@ -0,0 +1,4 @@
+{
+ "name": "@pnpm.e2e/has-patch-for-foo",
+ "version": "1.0.0"
+}
0 commit comments