From b4ff430612b523dbf11d55613a0ce433ba185ba1 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Thu, 5 Feb 2026 19:49:39 +0000 Subject: [PATCH] Release paskia-js 0.1.3 with minor updates on styling and metadata. --- paskia-js/package.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/paskia-js/package.json b/paskia-js/package.json index 4ef5181..4c64359 100644 --- a/paskia-js/package.json +++ b/paskia-js/package.json @@ -1,7 +1,15 @@ { "name": "paskia", - "version": "0.1.2", + "version": "0.1.3", "description": "Paskia authentication utilities for JavaScript", + "author": "Leo Vasanko", + "license": "Unlicense", + "homepage": "https://git.zi.fi/LeoVasanko/paskia", + "repository": { + "type": "git", + "url": "https://github.com/LeoVasanko/paskia", + "directory": "paskia-js" + }, "type": "module", "main": "./dist/paskia.js", "types": "./dist/paskia.d.ts", @@ -26,7 +34,8 @@ "keywords": [ "auth", "authentication", - "paskia" - ], - "license": "Unlicense" + "paskia", + "passkey", + "webauthn" + ] }