Skip to content

Commit

Permalink
build: remove "solhint-community"
Browse files Browse the repository at this point in the history
build: move "solhint" to "devDependencies"
  • Loading branch information
PaulRBerg authored and andreivladbrg committed Dec 16, 2023
1 parent f9c29d1 commit f975c09
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 41 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
"@openzeppelin/contracts": "4.9.2",
"@prb/proxy": "4.0.1",
"@sablier/v2-core": "1.0.2",
"@uniswap/permit2": "github:Uniswap/permit2#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219",
"solhint": "^3.6.2"
"@uniswap/permit2": "github:Uniswap/permit2#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219"
},
"devDependencies": {
"prettier": "^2.8.8",
"solhint-community": "3.7.0-rc00"
"solhint": "^3.6.2"
},
"files": [
"artifacts",
Expand Down
Loading

0 comments on commit f975c09

Please sign in to comment.