From c75ded0b3871c23ed49dc2a38bc92ad829c5b205 Mon Sep 17 00:00:00 2001 From: Tobias Strobl <61749491+tobbsel@users.noreply.github.com> Date: Wed, 6 Jul 2022 14:54:13 +0200 Subject: [PATCH] Update package.json with correct license As already mentioned in https://github.com/akofman/cordova-plugin-add-swift-support/issues/68, the license in the package.json (Apache 2.0) does not match the license-text (MIT). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cd92dd..bb8074d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cordova-ios", "cordova:plugin" ], - "license": "Apache-2.0", + "license": "MIT", "dependencies": { "glob": "^7.1.3", "semver": "^6.0.0",