mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix build for eth-contract-metadata
This commit is contained in:
parent
a741cc4fc4
commit
de500250c4
@ -53,7 +53,7 @@ gulp.task('copy:images', copyTask({
|
|||||||
],
|
],
|
||||||
}))
|
}))
|
||||||
gulp.task('copy:contractImages', copyTask({
|
gulp.task('copy:contractImages', copyTask({
|
||||||
source: './node_modules/ethereum-contract-icons/images/',
|
source: './node_modules/eth-contract-metadata/images/',
|
||||||
destinations: [
|
destinations: [
|
||||||
'./dist/firefox/images/contract',
|
'./dist/firefox/images/contract',
|
||||||
'./dist/chrome/images/contract',
|
'./dist/chrome/images/contract',
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
"end-of-stream": "^1.1.0",
|
"end-of-stream": "^1.1.0",
|
||||||
"ensnare": "^1.0.0",
|
"ensnare": "^1.0.0",
|
||||||
"eth-bin-to-ops": "^1.0.1",
|
"eth-bin-to-ops": "^1.0.1",
|
||||||
"eth-contract-metadata": "^1.0.0",
|
"eth-contract-metadata": "^1.1.0",
|
||||||
"eth-hd-keyring": "^1.1.1",
|
"eth-hd-keyring": "^1.1.1",
|
||||||
"eth-query": "^2.1.1",
|
"eth-query": "^2.1.1",
|
||||||
"eth-sig-util": "^1.1.1",
|
"eth-sig-util": "^1.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user