From 0e7b04b0d5172846340e95619edaa18579ed5d06 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 31 Mar 2021 22:14:05 +0200 Subject: [PATCH] fix: add `The Unlicense` license SDPX in package.json (#594) This is required by our ifra tooling to validate the license and allows us to consumed this package. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cb9121649..ef6895e07 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "@semantic-release/git" ] }, + "license": "Unlicense", "keywords": [ "fs", "filesystem",