From 665dd28f93e0f73d09b793b20182cf1cfb1e18e3 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 6 Nov 2025 14:56:46 -0700 Subject: [PATCH] remove indirect ref --- index.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 index.js diff --git a/index.js b/index.js deleted file mode 100644 index 4e5350a..0000000 --- a/index.js +++ /dev/null @@ -1,2 +0,0 @@ -import { Interactor, Action, Reaction } from "./interactor.js"; -export { Interactor, Action, Reaction }; diff --git a/package.json b/package.json index 44e112b..34366ca 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Cross-element communications and state management utility.", "author": "Bryce Thorup", "type": "module", - "main": "index.js", + "main": "interactor.js", "dependencies": { "stream": "^1.0.1" }