Skip to content

Commit

Permalink
fix: fetch solhint from github
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustrian committed May 3, 2024
1 parent eab5cd4 commit 71d5cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"forge-std": "github:foundry-rs/forge-std#5475f85",
"husky": ">=8",
"lint-staged": ">=10",
"solhint": "solhint-community/solhint-community#v4.0.0",
"solhint": "github:solhint-community/solhint-community#v4.0.0-rc01",
"sort-package-json": "2.10.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1689,9 +1689,9 @@ [email protected]:
semver "^5.5.0"
tmp "0.0.33"

solhint@solhint-community/solhint-community#v4.0.0:
version "4.0.0"
resolved "https://codeload.github.com/solhint-community/solhint-community/tar.gz/1bdcfa270e9054607f154c39557906a9da9aaed0"
"solhint@github:solhint-community/solhint-community#v4.0.0-rc01":
version "4.0.0-rc01"
resolved "https://codeload.github.com/solhint-community/solhint-community/tar.gz/b04088d3d2bb6ceb8c9bf77783e71195d19fb653"
dependencies:
"@solidity-parser/parser" "^0.16.0"
ajv "^6.12.6"
Expand Down

0 comments on commit 71d5cba

Please sign in to comment.