Skip to content

Commit

Permalink
Rename directories to hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Sep 25, 2020
1 parent 49086c6 commit 34b47e4
Show file tree
Hide file tree
Showing 2,152 changed files with 66 additions and 67 deletions.
2 changes: 1 addition & 1 deletion README.md
2 changes: 1 addition & 1 deletion docs/build-error-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ErrorDescriptor,
ERRORS,
getErrorCode
} from "../packages/buidler-core/src/internal/core/errors-list";
} from "../packages/hardhat-core/src/internal/core/errors-list";

let content = `# Hardhat errors
Expand Down
2 changes: 1 addition & 1 deletion docs/build-error-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ErrorDescriptor,
ERRORS,
getErrorCode
} from "../packages/buidler-core/src/internal/core/errors-list";
} from "../packages/hardhat-core/src/internal/core/errors-list";

let content = `# Hardhat errors redirects
`;
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"scripts": {
"dev": "vuepress dev .",
"build": "NODE_ENV=production vuepress build .",
"apidocs": "typedoc --tsconfig ../packages/buidler-core/src/tsconfig.json"
"apidocs": "typedoc --tsconfig ../packages/hardhat-core/src/tsconfig.json"
},
"devDependencies": {
"@microsoft/tsdoc": "^0.12.5",
Expand Down
15 changes: 0 additions & 15 deletions packages/buidler-solpp/src/tsconfig.json

This file was deleted.

15 changes: 0 additions & 15 deletions packages/buidler-web3-legacy/src/tsconfig.json

This file was deleted.

15 changes: 0 additions & 15 deletions packages/buidler-web3/src/tsconfig.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 34b47e4

Please sign in to comment.