From d987efdf3f5e60ad81a5d243629208818cdf8211 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 26 Jan 2025 17:25:39 -0400 Subject: move aggregate, cli out of util not sure how to nicely separate some #aggregate code from its dependency on colors, so it lives out of util for now not used anywhere on client but would be nice to support there eventually --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4c11308f..b5d8a298 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dev": "eslint src && node src/upd8.js" }, "imports": { - "#aggregate": "./src/util/aggregate.js", + "#aggregate": "./src/aggregate.js", "#cacheable-object": "./src/data/cacheable-object.js", "#colors": "./src/util/colors.js", "#composite": "./src/data/composite.js", @@ -29,7 +29,7 @@ "#composite/things/track-section": "./src/data/composite/things/track-section/index.js", "#content-dependencies": "./src/content/dependencies/index.js", "#content-function": "./src/content-function.js", - "#cli": "./src/util/cli.js", + "#cli": "./src/cli.js", "#data-checks": "./src/data/checks.js", "#external-links": "./src/external-links.js", "#find": "./src/find.js", -- cgit 1.3.0-6-gf8a5