From 3089a4967bc4c08ac82b32ffa219e3752ef8a950 Mon Sep 17 00:00:00 2001 From: rober12 Date: Mon, 20 May 2024 09:20:57 +0200 Subject: [PATCH] update package.json description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af6d4b9..e63cf16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alastria-identity-example", "version": "2.1.1", - "description": "This is an example of how to interact with the libraries from [alastria-identity-lib](https://github.com/alastria/alastria-identity-lib). The library alastria-identity-lib re-covers the Smart Contracts from [alastria-identity](https://github.com/alastria/alastria-identity).", + "description": "This is an example of how to interact with the libraries from [alastria-identity-lib](https://github.com/alastria/alastria-identity-lib). The library alastria-identity-lib re-covers the Smart Contracts from [alastria-identity](https://github.com/alastria/alastriaID-truffle-contracts).", "main": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",