mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-25 23:17:08 -04:00
* refactor: remove allowNonAppliedPatches * refactor: remove ignorePatchFailures * refactor: remove `strict` field in groupPatchedDependencies * test: update test failure in package patching * test: fix * docs: update changesets --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
20 lines
515 B
Diff
20 lines
515 B
Diff
diff --git a/PATCH.txt b/PATCH.txt
|
|
new file mode 100644
|
|
index 0000000000000000000000000000000000000000..e6d52b1e6644678337868f7b5d6cc6dc0d040891
|
|
--- /dev/null
|
|
+++ b/PATCH.txt
|
|
@@ -0,0 +1 @@
|
|
+added by pnpm patch-commit
|
|
diff --git a/package.json b/package.json
|
|
index 5feb15ba194c74ad48a2ee15abec9887ec1f9e83..27e24feff1bbfc20b3735c23b332bfdc16803362 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -19,6 +19,7 @@
|
|
"test": "node test.js"
|
|
},
|
|
"files": [
|
|
+ "PATCH.txt",
|
|
"index.js"
|
|
],
|
|
"keywords": [
|