From 7747c709e7f2c38d4ae7dd332c7690d5359350db Mon Sep 17 00:00:00 2001 From: Scott McIntyre Date: Mon, 26 Jun 2023 12:09:28 -0400 Subject: [PATCH] chore: add license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6970a169..02c4c429 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "unionfs", "version": "4.5.1", "description": "Use multiple `fs` modules in a union.", + "license": "Unlicense", "keywords": [ "fs", "file",