Skip to content

Commit c8bd7db

Browse files
authored
Merge branch 'develop' into hdwallet-provider/typescript-migration
2 parents 73e00e1 + 260e55e commit c8bd7db

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

packages/interface-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/lodash": "^4.14.136",
2929
"@types/mocha": "^5.2.6",
3030
"@types/web3": "^1.0.18",
31-
"ganache-core": "2.7.0",
31+
"ganache-core": "2.8.0",
3232
"mocha": "^6.0.2",
3333
"ts-node": "^8.0.3",
3434
"typescript": "^3.6.3"

packages/interface-adapter/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
},
1818
"rootDir": "lib",
1919
"typeRoots": [
20-
"./typings",
2120
"../../**/node_modules/@types/bn.js",
2221
"../../**/node_modules/@types/mocha"
2322
]
2423
},
2524
"include": [
26-
"./lib/**/*.ts",
27-
"./typings/**/*.d.ts"
25+
"./lib/**/*.ts"
2826
]
2927
}

packages/interface-adapter/typings/ganache-core/index.d.ts

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)