1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Remove unused crypto dependencies.

This commit is contained in:
Kevin Serrano 2016-10-19 14:06:48 -07:00
parent 153bb25947
commit 725d503f68
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
const scrypt = require('scrypt-async')
const bitcore = require('bitcore-lib')
const configManager = require('./lib/config-manager')
const EventEmitter = require('events').EventEmitter

View File

@ -34,7 +34,6 @@
},
"dependencies": {
"async": "^1.5.2",
"bitcore-lib": "^0.13.19",
"browserify-derequire": "^0.9.4",
"clone": "^1.0.2",
"copy-to-clipboard": "^2.0.0",
@ -80,7 +79,6 @@
"redux-thunk": "^1.0.2",
"request-promise": "^4.1.1",
"sandwich-expando": "^1.0.5",
"scrypt-async": "^1.3.0",
"textarea-caret": "^3.0.1",
"three.js": "^0.73.2",
"through2": "^2.0.1",