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" }