From a04b2de9227085a5b1c85869d3428266c3bb730d Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Thu, 12 Oct 2023 23:13:01 +0200 Subject: [PATCH] chore: update license --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8d13d8..a785f32 100644 --- a/README.md +++ b/README.md @@ -139,4 +139,4 @@ destroy() ## License -This plugin is available under Apache 2.0 license. +This library is available under MIT license. diff --git a/package.json b/package.json index 2844b0d..2baeb84 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "javascript" ], "author": "Peter Varga", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/peet86/cart-localstorage/issues" },