1
0
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:
brunobar79 2018-07-02 17:03:20 -04:00
parent 9b0bc67066
commit 85fd75c21f
4 changed files with 6210 additions and 9772 deletions

3
.nsprc
View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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
View 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