From 23feadde2286a86097adea150f1353e208633a9b Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sat, 23 Mar 2024 14:40:28 +0100 Subject: [PATCH] added license field to npm. #25 --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index a565154..85e83c1 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,8 @@ "Yjs" ], "author": "Kevin Jahns ", + "email": "kevin.jahns@protonmail.com", + "license": "MIT", "bugs": { "url": "https://github.com/yjs/y-codemirror.next/issues" },