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 2a1add1 commit 58eaaacCopy full SHA for 58eaaac
packages/minimal-shared/package.json
@@ -11,7 +11,7 @@
11
],
12
"repository": {
13
"type": "git",
14
- "url": "https://github.com/minimal-ui-kit/minimal-shared"
+ "url": "https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared"
15
},
16
"license": "MIT",
17
"sideEffects": false,
@@ -87,5 +87,10 @@
87
88
"peerDependencies": {
89
"react": "^18"
90
+ },
91
+ "pnpm": {
92
+ "overrides": {
93
+ "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
94
+ }
95
}
96
0 commit comments