bip39-light
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "bip39-light", | ||
"version": "1.0.1", | ||
"description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys", | ||
"version": "1.0.2", | ||
"description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys, a lightweight fork", | ||
"main": "index.js", | ||
@@ -14,5 +14,4 @@ "scripts": { | ||
{ | ||
"name": "Daniel Cousens", | ||
"email": "email@dcousens.com", | ||
"url": "http://dcousens.com" | ||
"name": "Rafael Korbas", | ||
"email": "rafael.korbas@vacuumlabs.com" | ||
} | ||
@@ -22,3 +21,3 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/weilu/bip39.git" | ||
"url": "https://github.com/vacuumlabs/bip39-light.git" | ||
}, | ||
@@ -25,0 +24,0 @@ "license": "ISC", |
73786