fix: package typo, version update

Signed-off-by: SebestikCZ <sebestaad@gmail.com>
This commit is contained in:
SebestikCZ 2022-03-20 17:50:57 +01:00
parent 1f8b2bca5c
commit 644f8934eb

View File

@ -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"
}