From 670afcc8c3bfe7007a9e04a0f24da00192fb21dd Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 3 Dec 2020 17:43:00 +0100 Subject: [PATCH] add license and project name --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 28234a8..f2cfafb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,8 @@ { + "name": "matrix.to", "version": "0.0.1", "type": "module", + "license": "Apache-2.0", "engines": { "node": ">= 14.0.0" },