From 8044dc9eb058761038e0ad81aa6e6378a8b9cbd4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 18 Aug 2023 13:47:32 -0300 Subject: define global #sugar and #wiki-data imports --- package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 67e00fd..12450d5 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "test": "tap 'test/snapshot/*.js' 'test/unit/**/*.js'", "dev": "eslint src && node src/upd8.js" }, + "imports": { + "#sugar": "./src/util/sugar.js", + "#wiki-data": "./src/util/wiki-data.js" + }, "dependencies": { "chroma-js": "^2.4.2", "command-exists": "^1.2.9", -- cgit 1.3.0-6-gf8a5