From 99b8f59c75a595373ed09a6e3f42f723c3893eed Mon Sep 17 00:00:00 2001 From: Nico Ismaili Date: Fri, 17 Nov 2023 22:12:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20license?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cedc850..eb742c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "psi-svg", - "version": "1.0.5", + "version": "1.0.6", "description": "Generates a SVG of a given url's PageSpeed Insights statistics via a http endpoint or a cli command.", "main": "dist/presentation/cli/index.js", "scripts": { @@ -30,7 +30,7 @@ "node" ], "author": "Nico Ismaili", - "license": "ISC", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/nico-i/pagespeed-insight-gen/issues" },