From 5a8cc8e7709149a122f199f27aa7f4a2bda1ec75 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 23 Mar 2020 09:20:20 +0100 Subject: [PATCH] Added package mnemonic (#1408) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f6565a2..d5bbc68 100644 --- a/packages.json +++ b/packages.json @@ -17042,6 +17042,18 @@ "license": "MIT", "web": "https://github.com/sealmove/testify" }, + { + "name": "mnemonic", + "url": "https://github.com/markspanbroek/mnemonic", + "method": "git", + "tags": [ + "mnemonic", + "bip-39" + ], + "description": "Create memorable sentences from byte sequences.", + "license": "MIT", + "web": "https://github.com/markspanbroek/mnemonic" + }, { "name": "eloverblik", "url": "https://github.com/ThomasTJdev/nim_eloverblik_api",