We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea9449 commit 71962ddCopy full SHA for 71962dd
docs/README.zh-CN.md
@@ -54,9 +54,22 @@
54
```json
55
// package.json
56
{
57
+ // npm/cnpm/bun
58
"overrides": {
- "vanilla-jsoneditor": "x.x.x",
59
- "vue-demi": "x.x.x"
+ "vanilla-jsoneditor": "xxx",
60
+ "vue-demi": "xxx"
61
+ },
62
+ // yarn/bun
63
+ "resolutions": {
64
65
66
67
+ // pnpm
68
+ "pnpm": {
69
+ "overrides": {
70
71
72
+ }
73
}
74
75
```
0 commit comments