1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

corrected vn -> vi

This commit is contained in:
Viet Le 2018-03-17 20:49:19 +00:00
parent 2a1a9c2215
commit 0dd2f918b3
2 changed files with 10 additions and 0 deletions

10
package-lock.json generated
View File

@ -3929,6 +3929,16 @@
"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.1.0.tgz",
"integrity": "sha512-ZQVKfRVlwRfD150ndzEK8M90ABT+Y/JQKs4Y7U4MXdpuoUkkrr4DwKbVux3YjylA5bUMUj0Nc3pMxPJX6N2QQQ=="
},
"debounce-stream": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/debounce-stream/-/debounce-stream-2.0.0.tgz",
"integrity": "sha1-HjNADM/wFavY7DMGYaVitoQQsI8=",
"requires": {
"debounce": "1.1.0",
"duplexer": "0.1.1",
"through": "2.3.8"
}
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",