From a4422649534d9d0c516f1eb3468b6fe3215b0dbe Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 2 Jun 2026 12:20:54 +0200 Subject: [PATCH] npm/ide-docs: Export namespace index. Make the linter happy. --- npm/ide-docs/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/npm/ide-docs/package.json b/npm/ide-docs/package.json index f5881a4..1bd642b 100644 --- a/npm/ide-docs/package.json +++ b/npm/ide-docs/package.json @@ -13,6 +13,10 @@ }, "author": "The Pybricks Authors", "license": "MIT", + "exports": { + "./package.json": "./package.json", + "./html/namespace_index.json": "./html/namespace_index.json" + }, "files": [ "html" ],