v0.7.1: fix keywords
This commit is contained in:
parent
572edcf75b
commit
b5c9eb9907
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rasha",
|
"name": "rasha",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"description": "PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
|
"description": "PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
|
"homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.coolaj86.com/coolaj86/rasha.js"
|
"url": "https://git.coolaj86.com/coolaj86/rasha.js"
|
||||||
},
|
},
|
||||||
"xkeywords": [
|
"keywords": [
|
||||||
"zero-dependency",
|
"zero-dependency",
|
||||||
"PEM-to-JWK",
|
"PEM-to-JWK",
|
||||||
"RSA",
|
"RSA",
|
||||||
|
|
Loading…
Reference in a new issue