mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
update package-lock.json
This commit is contained in:
parent
9b0bc67066
commit
85fd75c21f
3
.nsprc
3
.nsprc
@ -1,6 +1,7 @@
|
||||
{
|
||||
"exceptions": [
|
||||
"https://nodesecurity.io/advisories/566",
|
||||
"https://nodesecurity.io/advisories/157"
|
||||
"https://nodesecurity.io/advisories/157",
|
||||
"https://nodesecurity.io/advisories/577"
|
||||
]
|
||||
}
|
||||
|
15967
package-lock.json
generated
15967
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -230,7 +230,7 @@
|
||||
"eslint-plugin-mocha": "^5.0.0",
|
||||
"eslint-plugin-react": "^7.4.0",
|
||||
"eth-json-rpc-middleware": "^1.6.0",
|
||||
"eth-keyring-controller": "3.2.0",
|
||||
"eth-keyring-controller": "^3.2.0",
|
||||
"file-loader": "^1.1.11",
|
||||
"fs-promise": "^2.0.3",
|
||||
"ganache-cli": "^6.1.0",
|
||||
|
10
start-trezor
Executable file
10
start-trezor
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# stop any existing instance of trezord
|
||||
killall trezord
|
||||
|
||||
# start the bridge for the simulator
|
||||
/Applications/Utilities/TREZOR\ Bridge/trezord -e 21324 >> /dev/null 2>&1 &
|
||||
|
||||
# launch simulator
|
||||
/Users/bruno/repos/trezor-core/emu.sh
|
Loading…
Reference in New Issue
Block a user