Skip to content

Commit

Permalink
fix: missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 13, 2023
1 parent 7bf5100 commit b1a6902
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 @@ -28,10 +28,10 @@
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"rimraf": "^5.0.5",
"string-width": "^4.2.3",
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typescript": "^5.2.2",
"string-width": "^4.2.3"
"typescript": "^5.2.2"
},
"scripts": {
"build": "yarn --cwd ./contracts build",
Expand Down

0 comments on commit b1a6902

Please sign in to comment.