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 05431e4 commit c2d69f2Copy full SHA for c2d69f2
package.json
@@ -15,16 +15,9 @@
15
},
16
"homepage": "https://github.com/BootNodeDev/intents-framework#readme",
17
"description": "",
18
- "workspaces": {
19
- "packages": [
20
- "typescript/solver",
21
- "solidity"
22
- ],
23
- "nohoist": [
24
- "solidity/@hyperlane-xyz/core",
25
- "solidity/@openzeppelin/contracts",
26
- "solidity/@uniswap/permit2"
27
- ]
28
- },
+ "workspaces": [
+ "typescript/solver",
+ "solidity"
+ ],
29
"packageManager": "yarn@4.5.1"
30
}
0 commit comments