From 3af420e7907c7292a7b522bf8a71577eb44fbb4f Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Mon, 15 Mar 2021 15:08:19 +0100 Subject: [PATCH] add package.json to exports so other packages can consume it --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c5a58ca8..b975423f 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ }, "./src/index.js": "./src/index.js", "./tests/testHelper.js": "./tests/testHelper.js" + "./package.json": "./package.json" }, "files": [ "dist/yjs.*",