From d2578ff6281c25ad984245ccfdbe24946754edb9 Mon Sep 17 00:00:00 2001 From: Marco Vettorello Date: Tue, 7 Sep 2021 16:20:47 +0200 Subject: [PATCH] fix(build): fix license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3220623cd..7445cac35e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "elastic-charts-mono", "description": "Mono repo for @elastic/charts", "author": "Elastic DataVis", - "license": "Apache-2.0", + "license": "SEE LICENSE IN LICENSE.txt", "private": "true", "repository": "git@github.com:elastic/elastic-charts.git", "workspaces": {