From 49a2a6c48e40a46f643d180c0554b386074bf215 Mon Sep 17 00:00:00 2001 From: Joakim Uddholm Date: Tue, 14 Nov 2023 15:24:02 +0100 Subject: [PATCH] docs: set correct license in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fef1efca..c2fa6187 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "type": "git", "url": "git+https://github.com/klarna-incubator/gram.git" }, - "author": "", - "license": "ISC", + "author": "Klarna", + "license": "Apache License 2.0", "bugs": { "url": "https://github.com/klarna-incubator/gram/issues" },