Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c247675832 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tsndr/cloudflare-worker-jwt",
|
"name": "@tsndr/cloudflare-worker-jwt",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
|
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"cloudflare-worker"
|
"cloudflare-worker"
|
||||||
],
|
],
|
||||||
"author": "Tobias Schneider",
|
"author": "Tobias Schneider",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tsndr/cloudflare-worker-jwt/issues"
|
"url": "https://github.com/tsndr/cloudflare-worker-jwt/issues"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user