Skip to content

Commit

Permalink
feat: bump compiler version to v0.8.6
Browse files Browse the repository at this point in the history
chore: remove superfluous field "outDir" in tsconfig.json
  • Loading branch information
PaulRBerg committed Sep 9, 2021
1 parent f4cd769 commit ba3be19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const config: HardhatUserConfig = {
tests: "./test",
},
solidity: {
version: "0.8.6",
version: "0.8.7",
settings: {
metadata: {
// Not including the metadata hash
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "dist",
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit ba3be19

Please sign in to comment.