Skip to content

Commit

Permalink
fix: add comma after dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
clearlyMine committed Feb 10, 2024
1 parent 957b992 commit 84f365e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/clearlyMine"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts": "^5.0.1"
},
"devDependencies": {
"@prb/test": "^0.6.4",
"ds-test": "github:dapphub/ds-test"
"ds-test": "github:dapphub/ds-test",
"forge-std": "github:foundry-rs/forge-std#v1.7.5",
"prettier": "^3.0.0",
"solhint": "^3.6.2"
Expand Down

0 comments on commit 84f365e

Please sign in to comment.