Skip to content

Commit c2d69f2

Browse files
committed
remove nohoist from package.json
1 parent 05431e4 commit c2d69f2

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,9 @@
1515
},
1616
"homepage": "https://github.com/BootNodeDev/intents-framework#readme",
1717
"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-
},
18+
"workspaces": [
19+
"typescript/solver",
20+
"solidity"
21+
],
2922
"packageManager": "yarn@4.5.1"
3023
}

0 commit comments

Comments
 (0)