From 48df0457e22d7aaef672b6285ab27a469eb0b54d Mon Sep 17 00:00:00 2001 From: Juga Paazmaya Date: Tue, 4 Jul 2023 14:44:53 +0300 Subject: [PATCH] Use Apache 2 license as the parent project --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7007956..c28801c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "git+https://github.com/Visual-Regression-Tracker/vrt-sdk-js.git" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/Visual-Regression-Tracker/vrt-sdk-js/issues" },