From a5dc62c8a4dc35afcf07baa543e906f2e6511ebf Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Fri, 5 Feb 2021 13:52:41 +0100 Subject: [PATCH] Updated license --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dde74ff..048aaa1 100644 --- a/package.json +++ b/package.json @@ -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" },