From 23b61b1a5f011ef70775f9f649f086055d6aad64 Mon Sep 17 00:00:00 2001 From: Ryan Smith <3045513+ryansmith94@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:48:01 +0000 Subject: [PATCH] fix(Package): Changes license to MIT --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e315ec31..4fcb6e7a5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/js-migrations/knex" }, "author": "js-migrations", - "license": "GPL-3.0", + "license": "MIT", "files": [ "dist" ],