Skip to content

Commit 93cff9e

Browse files
committed
fix: installing solhint from npm
1 parent d682407 commit 93cff9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"forge-std": "github:foundry-rs/forge-std#bb4ceea",
4444
"husky": ">=8",
4545
"lint-staged": ">=10",
46-
"solhint": "github:solhint-community/solhint-community#v4.0.0",
46+
"solhint": "solhint-community/solhint-community#v4.0.0",
4747
"sort-package-json": "2.10.0"
4848
}
4949
}

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ solc@0.8.24:
16531653
semver "^5.5.0"
16541654
tmp "0.0.33"
16551655

1656-
"solhint@github:solhint-community/solhint-community#v4.0.0":
1656+
solhint@solhint-community/solhint-community#v4.0.0:
16571657
version "4.0.0"
16581658
resolved "https://codeload.github.com/solhint-community/solhint-community/tar.gz/1bdcfa270e9054607f154c39557906a9da9aaed0"
16591659
dependencies:

0 commit comments

Comments
 (0)