Fix build for eth-contract-metadata

feature/default_network_editable
Dan Finlay 7 years ago
parent a741cc4fc4
commit de500250c4
  1. 2
      gulpfile.js
  2. 2
      package.json

@ -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…
Cancel
Save