Release paskia-js 0.1.3 with minor updates on styling and metadata.
This commit is contained in:
+13
-4
@@ -1,7 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "paskia",
|
"name": "paskia",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Paskia authentication utilities for JavaScript",
|
"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",
|
"type": "module",
|
||||||
"main": "./dist/paskia.js",
|
"main": "./dist/paskia.js",
|
||||||
"types": "./dist/paskia.d.ts",
|
"types": "./dist/paskia.d.ts",
|
||||||
@@ -26,7 +34,8 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"auth",
|
"auth",
|
||||||
"authentication",
|
"authentication",
|
||||||
"paskia"
|
"paskia",
|
||||||
],
|
"passkey",
|
||||||
"license": "Unlicense"
|
"webauthn"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user