From 82c0c567ab231fb9bb16849e518d25c1f37ce1b1 Mon Sep 17 00:00:00 2001 From: skaunov Date: Wed, 17 Apr 2024 21:33:19 +0300 Subject: [PATCH] Copy `keywords` from the crate > ... so, I will take the tags from a create, btw >> and the npm js package has no keywords, if we can add some for indexing, that would be great --- javascript/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javascript/package.json b/javascript/package.json index 02f8626..7a128ca 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,7 @@ { "name": "plume-sig", - "version": "2.0.8", + "version": "2.0.9", + "keywords": ["nullifier", "zero-knowledge", "ECDSA", "PLUME"], "repository": "https://github.com/plume-sig/zk-nullifier-sig/", "pnpm": { "overrides": {