From 644f8934ebf71f917b9b6d450fec20c51d2dc370 Mon Sep 17 00:00:00 2001 From: SebestikCZ Date: Sun, 20 Mar 2022 17:50:57 +0100 Subject: [PATCH] fix: package typo, version update Signed-off-by: SebestikCZ --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8d64297..52a4378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "why2-encryption-system.js", - "version": "1.0.0", + "version": "1.0.1", "description": "Node.js wrapper for encryption system WHY2 made by ENGO150 in C lang.", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ENGO150/WHY2-Encryption-System.git#nodejs-wrapper" + "url": "git+https://github.com/ENGO150/WHY2-Encryption-System.git#js" }, "keywords": [ "why2", @@ -20,5 +20,5 @@ "bugs": { "url": "https://github.com/ENGO150/WHY2-Encryption-System/issues" }, - "homepage": "https://github.com/ENGO150/WHY2-Encryption-System/tree/nodejs-wrapper#readme" + "homepage": "https://github.com/ENGO150/WHY2-Encryption-System/tree/js#readme" }