From c4a2bd0e7b29abc201d40b7cdae7815a508f8681 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 26 Jan 2026 13:01:53 -0400 Subject: infra: collect things with wildcard exports Removes checking for duplicate class names. I think that's meant to be an error in ES6 modules (i.e. because two exports would be sharing the same name), but Node.js seemingly is fine with it, so just be careful for now. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index e095ff03..a4154040 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "#sugar": "./src/common-util/sugar.js", "#test-lib": "./test/lib/index.js", "#thing": "./src/data/thing.js", - "#things": "./src/data/things/index.js", + "#things": "./src/data/things/init.js", "#thumbs": "./src/gen-thumbs.js", "#urls": "./src/urls.js", "#validators": "./src/validators.js", -- cgit 1.3.0-6-gf8a5