Skip to content

Commit dc83549

Browse files
committed
docs: fix patches example in config deps
1 parent 7563b3e commit dc83549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can reference [patch files] installed via configurational dependencies. For
7676
"my-patches": "1.0.0+sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="
7777
},
7878
"patchedDependencies": {
79-
"react": "node_modules/.pnpm-config/react.patch"
79+
"react": "node_modules/.pnpm-config/my-patches/react.patch"
8080
}
8181
}
8282
}

0 commit comments

Comments
 (0)