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", "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.", "description": "Node.js wrapper for encryption system WHY2 made by ENGO150 in C lang.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"why2", "why2",
@ -20,5 +20,5 @@
"bugs": { "bugs": {
"url": "https://github.com/ENGO150/WHY2-Encryption-System/issues" "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"
} }