1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
c247675832 Updated license 2021-02-05 13:52:41 +01:00

View File

@@ -1,6 +1,6 @@
{
"name": "@tsndr/cloudflare-worker-jwt",
"version": "1.0.3",
"version": "1.0.4",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js",
"scripts": {
@@ -18,7 +18,7 @@
"cloudflare-worker"
],
"author": "Tobias Schneider",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsndr/cloudflare-worker-jwt/issues"
},